xref: /rk3399_rockchip-uboot/drivers/Makefile (revision 7837ceab1ef8d4a88fb218bfa6b042b0b865b15f)
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-y += rtc/
15obj-y += sound/
16obj-y += tpm/
17obj-y += twserial/
18obj-y += video/
19obj-y += watchdog/
20obj-$(CONFIG_QE) += qe/
21obj-$(CONFIG_U_QE) += qe/
22obj-y += memory/
23obj-y += pwm/
24obj-y += input/
25# SOC specific infrastructure drivers.
26obj-y += soc/
27obj-y += thermal/
28