9 lines
195 B
Makefile
9 lines
195 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-b.dtb
|
||
|
|
||
|
dts-dirs += northstar2
|
||
|
dts-dirs += stingray
|
||
|
always := $(dtb-y)
|
||
|
subdir-y := $(dts-dirs)
|
||
|
clean-files := *.dtb
|