mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 07:59:42 -04:00
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>
This commit is contained in:
committed by
Florian Fainelli
parent
5771a8c088
commit
63a913c157
@@ -1,7 +1,7 @@
|
|||||||
dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-b.dtb
|
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)
|
always := $(dtb-y)
|
||||||
subdir-y := $(dts-dirs)
|
subdir-y := $(dts-dirs)
|
||||||
clean-files := *.dtb
|
clean-files := *.dtb
|
||||||
|
|||||||
6
arch/arm64/boot/dts/broadcom/northstar2/Makefile
Normal file
6
arch/arm64/boot/dts/broadcom/northstar2/Makefile
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
dtb-$(CONFIG_ARCH_BCM_IPROC) += ns2-svk.dtb
|
||||||
|
dtb-$(CONFIG_ARCH_BCM_IPROC) += ns2-xmc.dtb
|
||||||
|
|
||||||
|
always := $(dtb-y)
|
||||||
|
subdir-y := $(dts-dirs)
|
||||||
|
clean-files := *.dtb
|
||||||
Reference in New Issue
Block a user