xref: /rk3399_rockchip-uboot/drivers/Makefile (revision 92a655c326b22de58dcd5371ca1a62fdc57f8e04)
1obj-$(CONFIG_DM) += core/
2obj-$(CONFIG_DM_DEMO) += demo/
3obj-$(CONFIG_BIOSEMU) += bios_emulator/
4obj-y += block/
5obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/
6obj-$(CONFIG_CPU) += cpu/
7obj-y += crypto/
8obj-$(CONFIG_FPGA) += fpga/
9obj-y += hwmon/
10obj-$(CONFIG_LED) += led/
11obj-y += misc/
12obj-y += pcmcia/
13obj-y += dfu/
14obj-$(CONFIG_RAM) += ram/
15obj-y += rtc/
16obj-y += sound/
17obj-y += tpm/
18obj-y += twserial/
19obj-y += video/
20obj-y += watchdog/
21obj-$(CONFIG_QE) += qe/
22obj-$(CONFIG_U_QE) += qe/
23obj-y += memory/
24obj-y += pwm/
25obj-y += input/
26# SOC specific infrastructure drivers.
27obj-y += soc/
28obj-y += thermal/
29