mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 02:56:47 +07:00
ee877b5321
This patch adds initial DTS files required for APM Mustang board. Signed-off-by: Kumar Sankaran <ksankaran@apm.com> Signed-off-by: Loc Ho <lho@apm.com> Signed-off-by: Feng Kan <fkan@apm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
10 lines
209 B
Makefile
10 lines
209 B
Makefile
dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb
|
|
dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb
|
|
|
|
targets += dtbs
|
|
targets += $(dtb-y)
|
|
|
|
dtbs: $(addprefix $(obj)/, $(dtb-y))
|
|
|
|
clean-files := *.dtb
|