]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/Makefile
arc: merge common start-up code between ARC and ARCv2
[people/ms/u-boot.git] / drivers / Makefile
CommitLineData
f494e0a1
MY
1obj-$(CONFIG_DM) += core/
2obj-$(CONFIG_DM_DEMO) += demo/
7b6af41e 3obj-$(CONFIG_BIOSEMU) += bios_emulator/
9c3f0bc5
MY
4obj-y += block/
5obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/
6obj-y += crypto/
7b6af41e 7obj-$(CONFIG_FPGA) += fpga/
9c3f0bc5
MY
8obj-y += hwmon/
9obj-y += misc/
10obj-y += pcmcia/
11obj-y += dfu/
12obj-y += rtc/
13obj-y += sound/
14obj-y += tpm/
15obj-y += twserial/
16obj-y += video/
17obj-y += watchdog/
4c76b552 18obj-$(CONFIG_QE) += qe/
93d33204 19obj-$(CONFIG_U_QE) += qe/
909ea9aa 20obj-y += memory/
b2f97cf2 21obj-y += pwm/
f494e0a1 22obj-y += input/
a43febde
KI
23# SOC specific infrastructure drivers.
24obj-y += soc/
e3568d2e 25obj-y += thermal/