diff options
Diffstat (limited to 'arch/mips/boot/dts/Makefile')
-rw-r--r-- | arch/mips/boot/dts/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/Makefile b/arch/mips/boot/dts/Makefile new file mode 100644 index 000000000..19027129a --- /dev/null +++ b/arch/mips/boot/dts/Makefile | |||
@@ -0,0 +1,19 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0 | ||
2 | subdir-$(CONFIG_BMIPS_GENERIC) += brcm | ||
3 | subdir-$(CONFIG_CAVIUM_OCTEON_SOC) += cavium-octeon | ||
4 | subdir-$(CONFIG_MACH_PISTACHIO) += img | ||
5 | subdir-$(CONFIG_FIT_IMAGE_FDT_BOSTON) += img | ||
6 | subdir-$(CONFIG_MACH_INGENIC) += ingenic | ||
7 | subdir-$(CONFIG_LANTIQ) += lantiq | ||
8 | subdir-$(CONFIG_MACH_LOONGSON64) += loongson | ||
9 | subdir-$(CONFIG_MSCC_OCELOT) += mscc | ||
10 | subdir-$(CONFIG_MIPS_MALTA) += mti | ||
11 | subdir-$(CONFIG_LEGACY_BOARD_SEAD3) += mti | ||
12 | subdir-$(CONFIG_NLM_XLP_BOARD) += netlogic | ||
13 | subdir-$(CONFIG_FIT_IMAGE_FDT_NI169445) += ni | ||
14 | subdir-$(CONFIG_MACH_PIC32) += pic32 | ||
15 | subdir-$(CONFIG_ATH79) += qca | ||
16 | subdir-$(CONFIG_RALINK) += ralink | ||
17 | subdir-$(CONFIG_FIT_IMAGE_FDT_XILFPGA) += xilfpga | ||
18 | |||
19 | obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix /, $(subdir-y)) | ||