diff options
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 30bbc3746130..38460b307640 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -777,6 +777,11 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += \ mt8127-moose.dtb \ mt8135-evbp1.dtb dtb-$(CONFIG_ARCH_ZX) += zx296702-ad1.dtb +dtb-$(CONFIG_MACH_OPP_PALMETTO_BMC) += \ + aspeed-bmc-opp-palmetto.dtb \ + aspeed-bmc-opp-barreleye.dtb \ + aspeed-bmc-opp-firestone.dtb \ + aspeed-bmc-opp-garrison.dtb endif dtstree := $(srctree)/$(src) |