We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3b7d53 + 09a9612 commit 7bb0369Copy full SHA for 7bb0369
arch/arm/boot/dts/Makefile
@@ -15,6 +15,9 @@ endif
15
ifeq ($(CONFIG_ARCH_BCM2835),y)
16
RPI_DT_OVERLAYS=y
17
endif
18
+ifeq ($(RPI_DT_OVERLAYS),y)
19
+ dts-dirs += overlays
20
+endif
21
22
dtb-$(CONFIG_ARCH_ALPINE) += \
23
alpine-db.dtb
@@ -683,11 +686,10 @@ targets += $(dtb-y)
683
686
684
687
685
688
always := $(dtb-y)
689
+subdir-y := $(dts-dirs)
690
clean-files := *.dtb
691
692
# Enable fixups to support overlays on BCM2708 platforms
693
ifeq ($(RPI_DT_OVERLAYS),y)
694
DTC_FLAGS ?= -@
695
-
-subdir-y += overlays
0 commit comments