mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-06-21 17:12:31 +02:00
6 lines
226 B
Makefile
6 lines
226 B
Makefile
obj-$(CONFIG_FIRMWARE) += firmware-uclass.o
|
|
obj-$(CONFIG_$(SPL_)ARM_PSCI_FW) += psci.o
|
|
obj-$(CONFIG_TI_SCI_PROTOCOL) += ti_sci.o
|
|
obj-$(CONFIG_SANDBOX) += firmware-sandbox.o
|
|
obj-$(CONFIG_ZYNQMP_FIRMWARE) += firmware-zynqmp.o
|