2014-09-18 06:43:41 +00:00
|
|
|
obj-$(CONFIG_DM) += core/
|
|
|
|
obj-$(CONFIG_DM_DEMO) += demo/
|
2013-11-11 05:35:51 +00:00
|
|
|
obj-$(CONFIG_BIOSEMU) += bios_emulator/
|
2013-10-17 11:38:52 +00:00
|
|
|
obj-y += block/
|
|
|
|
obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/
|
2015-04-29 02:25:09 +00:00
|
|
|
obj-$(CONFIG_CPU) += cpu/
|
2013-10-17 11:38:52 +00:00
|
|
|
obj-y += crypto/
|
2013-11-11 05:35:51 +00:00
|
|
|
obj-$(CONFIG_FPGA) += fpga/
|
2013-10-17 11:38:52 +00:00
|
|
|
obj-y += hwmon/
|
|
|
|
obj-y += misc/
|
|
|
|
obj-y += pcmcia/
|
|
|
|
obj-y += dfu/
|
|
|
|
obj-y += rtc/
|
|
|
|
obj-y += sound/
|
|
|
|
obj-y += tpm/
|
|
|
|
obj-y += twserial/
|
|
|
|
obj-y += video/
|
|
|
|
obj-y += watchdog/
|
2013-11-11 05:35:57 +00:00
|
|
|
obj-$(CONFIG_QE) += qe/
|
2014-09-25 05:52:25 +00:00
|
|
|
obj-$(CONFIG_U_QE) += qe/
|
2014-06-07 02:10:49 +00:00
|
|
|
obj-y += memory/
|
2014-07-18 04:07:19 +00:00
|
|
|
obj-y += pwm/
|
2014-09-18 06:43:41 +00:00
|
|
|
obj-y += input/
|
2014-10-22 14:18:21 +00:00
|
|
|
# SOC specific infrastructure drivers.
|
|
|
|
obj-y += soc/
|
2014-11-20 13:14:13 +00:00
|
|
|
obj-y += thermal/
|