]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/Makefile
Prepare v2015.07-rc2
[karo-tx-uboot.git] / drivers / Makefile
1 obj-$(CONFIG_DM) += core/
2 obj-$(CONFIG_DM_DEMO) += demo/
3 obj-$(CONFIG_BIOSEMU) += bios_emulator/
4 obj-y += block/
5 obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/
6 obj-$(CONFIG_CPU) += cpu/
7 obj-y += crypto/
8 obj-$(CONFIG_FPGA) += fpga/
9 obj-y += hwmon/
10 obj-y += misc/
11 obj-y += pcmcia/
12 obj-y += dfu/
13 obj-y += rtc/
14 obj-y += sound/
15 obj-y += tpm/
16 obj-y += twserial/
17 obj-y += video/
18 obj-y += watchdog/
19 obj-$(CONFIG_QE) += qe/
20 obj-$(CONFIG_U_QE) += qe/
21 obj-y += memory/
22 obj-y += pwm/
23 obj-y += input/
24 # SOC specific infrastructure drivers.
25 obj-y += soc/
26 obj-y += thermal/