2014-09-18 14:43:41 +08:00
|
|
|
obj-$(CONFIG_DM) += core/
|
|
|
|
obj-$(CONFIG_DM_DEMO) += demo/
|
2013-11-11 13:35:51 +08:00
|
|
|
obj-$(CONFIG_BIOSEMU) += bios_emulator/
|
2013-10-17 19:38:52 +08:00
|
|
|
obj-y += block/
|
|
|
|
obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/
|
|
|
|
obj-y += crypto/
|
2013-11-11 13:35:51 +08:00
|
|
|
obj-$(CONFIG_FPGA) += fpga/
|
2013-10-17 19:38:52 +08: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 13:35:57 +08:00
|
|
|
obj-$(CONFIG_QE) += qe/
|
2014-06-07 10:10:49 +08:00
|
|
|
obj-y += memory/
|
2014-07-18 12:07:19 +08:00
|
|
|
obj-y += pwm/
|
2014-09-18 14:43:41 +08:00
|
|
|
obj-y += input/
|
2014-10-22 22:18:21 +08:00
|
|
|
# SOC specific infrastructure drivers.
|
|
|
|
obj-y += soc/
|