8 lines
205 B
Makefile
8 lines
205 B
Makefile
dtb-$(CONFIG_ARCH_VEXPRESS) += foundation-v8.dtb
|
|
dtb-$(CONFIG_ARCH_VEXPRESS) += juno.dtb
|
|
dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb
|
|
|
|
always := $(dtb-y)
|
|
subdir-y := $(dts-dirs)
|
|
clean-files := *.dtb
|