]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
[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-y += crypto/
7 obj-$(CONFIG_FPGA) += fpga/
8 obj-y += hwmon/
9 obj-y += misc/
10 obj-y += pcmcia/
11 obj-y += dfu/
12 obj-y += rtc/
13 obj-y += sound/
14 obj-y += tpm/
15 obj-y += twserial/
16 obj-y += video/
17 obj-y += watchdog/
18 obj-$(CONFIG_QE) += qe/
19 obj-y += memory/
20 obj-y += pwm/
21 obj-y += input/