1 obj-$(CONFIG_CLK) += clk/
2 obj-$(CONFIG_DM) += core/
3 obj-$(CONFIG_DM_DEMO) += demo/
4 obj-$(CONFIG_BIOSEMU) += bios_emulator/
6 obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/
7 obj-$(CONFIG_CPU) += cpu/
9 obj-$(CONFIG_FPGA) += fpga/
11 obj-$(CONFIG_LED) += led/
15 obj-$(CONFIG_RAM) += ram/
22 obj-$(CONFIG_QE) += qe/
23 obj-$(CONFIG_U_QE) += qe/
27 # SOC specific infrastructure drivers.