Makefile (ddf56bc7e3ef43920b4a23320e70c1998f1ef843) Makefile (c8a7ba9e6a5fe2fc7b4a7894829aa0b0148b4d40)
1obj-$(CONFIG_$(SPL_)DM) += core/
2obj-$(CONFIG_$(SPL_)CLK) += clk/
3obj-$(CONFIG_$(SPL_)LED) += led/
4obj-$(CONFIG_$(SPL_)PINCTRL) += pinctrl/
5obj-$(CONFIG_$(SPL_)RAM) += ram/
6
7ifdef CONFIG_SPL_BUILD
8

--- 34 unchanged lines hidden (view full) ---

43obj-y += crypto/
44obj-$(CONFIG_FPGA) += fpga/
45obj-y += hwmon/
46obj-y += misc/
47obj-y += pcmcia/
48obj-y += dfu/
49obj-y += rtc/
50obj-y += sound/
1obj-$(CONFIG_$(SPL_)DM) += core/
2obj-$(CONFIG_$(SPL_)CLK) += clk/
3obj-$(CONFIG_$(SPL_)LED) += led/
4obj-$(CONFIG_$(SPL_)PINCTRL) += pinctrl/
5obj-$(CONFIG_$(SPL_)RAM) += ram/
6
7ifdef CONFIG_SPL_BUILD
8

--- 34 unchanged lines hidden (view full) ---

43obj-y += crypto/
44obj-$(CONFIG_FPGA) += fpga/
45obj-y += hwmon/
46obj-y += misc/
47obj-y += pcmcia/
48obj-y += dfu/
49obj-y += rtc/
50obj-y += sound/
51obj-y += timer/
51obj-y += tpm/
52obj-y += twserial/
53obj-y += video/
54obj-y += watchdog/
55obj-$(CONFIG_QE) += qe/
56obj-$(CONFIG_U_QE) += qe/
57obj-y += memory/
58obj-y += pwm/
59obj-y += input/
60# SOC specific infrastructure drivers.
61obj-y += soc/
62obj-$(CONFIG_REMOTEPROC) += remoteproc/
63obj-y += thermal/
64
65endif
52obj-y += tpm/
53obj-y += twserial/
54obj-y += video/
55obj-y += watchdog/
56obj-$(CONFIG_QE) += qe/
57obj-$(CONFIG_U_QE) += qe/
58obj-y += memory/
59obj-y += pwm/
60obj-y += input/
61# SOC specific infrastructure drivers.
62obj-y += soc/
63obj-$(CONFIG_REMOTEPROC) += remoteproc/
64obj-y += thermal/
65
66endif