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