]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/Makefile
4f859dc30673c9c1df30a958049dbc2973da61fc
[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-$(CONFIG_LED) += led/
11 obj-y += misc/
12 obj-y += pcmcia/
13 obj-y += dfu/
14 obj-$(CONFIG_RAM) += ram/
15 obj-y += rtc/
16 obj-y += sound/
17 obj-y += tpm/
18 obj-y += twserial/
19 obj-y += video/
20 obj-y += watchdog/
21 obj-$(CONFIG_QE) += qe/
22 obj-$(CONFIG_U_QE) += qe/
23 obj-y += memory/
24 obj-y += pwm/
25 obj-y += input/
26 # SOC specific infrastructure drivers.
27 obj-y += soc/
28 obj-y += thermal/