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