Merge tag 'for-v4.6/gxbb-dt' of https://github.com/carlocaione/linux-meson into next...
[linux-2.6-block.git] / arch / arm64 / boot / dts / Makefile
CommitLineData
1c3554fa 1dts-dirs += al
78cd6a9d 2dts-dirs += altera
41904360 3dts-dirs += amd
4f24eda8 4dts-dirs += amlogic
ca5b3410
RR
5dts-dirs += apm
6dts-dirs += arm
6aad8bf9 7dts-dirs += broadcom
ca5b3410 8dts-dirs += cavium
b9024cbc 9dts-dirs += exynos
747c84d0 10dts-dirs += freescale
86e8f528 11dts-dirs += hisilicon
d93ac74a 12dts-dirs += marvell
b3a37248 13dts-dirs += mediatek
34b4f6d0 14dts-dirs += nvidia
57f0a7ea 15dts-dirs += qcom
26a7e06d 16dts-dirs += renesas
b790c2ca 17dts-dirs += rockchip
e1a0ebc8 18dts-dirs += socionext
c46388a5 19dts-dirs += sprd
5d1b79d2 20dts-dirs += xilinx
90556ca1 21
323a028d 22subdir-y := $(dts-dirs)
d58d76ef
RH
23
24dtstree := $(srctree)/$(src)
25
26dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(foreach d,$(dts-dirs), $(wildcard $(dtstree)/$(d)/*.dts)))
27
28always := $(dtb-y)