diff options
author | Scott Branden <scott.branden@broadcom.com> | 2017-07-19 20:05:49 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-07-29 02:30:44 +0300 |
commit | 63a913c157f5a67ab233f7d5fc607819de4fdacd (patch) | |
tree | 70dad31b4e5ef7a4d863670a41d075c3915724b3 /arch/arm64/boot/dts/broadcom/Makefile | |
parent | 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 (diff) | |
download | linux-63a913c157f5a67ab233f7d5fc607819de4fdacd.tar.xz |
arm64: dts: move ns2 into northstar2 directory
Place northstar2 into its own subdirectory. This helps as the number
of Broadcom boards grow and we can separate them per SoC.
Signed-off-by: Scott Branden <scott.branden@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm64/boot/dts/broadcom/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/broadcom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/broadcom/Makefile b/arch/arm64/boot/dts/broadcom/Makefile index f11bdd6689ea..3eaef3895d66 100644 --- a/arch/arm64/boot/dts/broadcom/Makefile +++ b/arch/arm64/boot/dts/broadcom/Makefile @@ -1,7 +1,7 @@ dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-b.dtb -dtb-$(CONFIG_ARCH_BCM_IPROC) += ns2-svk.dtb ns2-xmc.dtb -dts-dirs := stingray +dts-dirs += northstar2 +dts-dirs += stingray always := $(dtb-y) subdir-y := $(dts-dirs) clean-files := *.dtb |