xref: /openbmc/u-boot/drivers/Makefile (revision 2e07c249)
1obj-$(CONFIG_DM) += core/
2obj-$(CONFIG_DM_DEMO) += demo/
3obj-$(CONFIG_BIOSEMU) += bios_emulator/
4obj-y += block/
5obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/
6obj-y += crypto/
7obj-$(CONFIG_FPGA) += fpga/
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/
18obj-$(CONFIG_QE) += qe/
19obj-y += memory/
20obj-y += pwm/
21obj-y += input/
22# SOC specific infrastructure drivers.
23obj-y += soc/
24