ARM: dts: Restore dtbs_install functionality

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
This commit is contained in:
Phil Elwell
2016-11-26 14:01:52 +00:00
committed by popcornmix
parent d958b10dd1
commit e413e40b9c

View File

@@ -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