mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
ARM: dts: Restore dtbs_install functionality
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
This commit is contained in:
@@ -937,10 +937,11 @@ dtstree := $(srctree)/$(src)
|
||||
dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|
||||
|
||||
always := $(dtb-y)
|
||||
subdir-y := $(dts-dirs) overlays
|
||||
subdir-y := overlays
|
||||
clean-files := *.dtb
|
||||
|
||||
# Enable fixups to support overlays on BCM2708 platforms
|
||||
# Enable fixups to support overlays on BCM2835 platforms
|
||||
ifeq ($(CONFIG_ARCH_BCM2835),y)
|
||||
DTC_FLAGS ?= -@ -H epapr
|
||||
dts-dirs += overlays
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user