]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/Makefile
Drop CONFIG_ERRNO_STR from SPL
[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/
11f4dc15 6obj-$(CONFIG_CPU) += cpu/
9c3f0bc5 7obj-y += crypto/
7b6af41e 8obj-$(CONFIG_FPGA) += fpga/
9c3f0bc5 9obj-y += hwmon/
5917112c 10obj-$(CONFIG_LED) += led/
9c3f0bc5
MY
11obj-y += misc/
12obj-y += pcmcia/
13obj-y += dfu/
14obj-y += rtc/
15obj-y += sound/
16obj-y += tpm/
17obj-y += twserial/
18obj-y += video/
19obj-y += watchdog/
4c76b552 20obj-$(CONFIG_QE) += qe/
93d33204 21obj-$(CONFIG_U_QE) += qe/
909ea9aa 22obj-y += memory/
b2f97cf2 23obj-y += pwm/
f494e0a1 24obj-y += input/
a43febde
KI
25# SOC specific infrastructure drivers.
26obj-y += soc/
e3568d2e 27obj-y += thermal/