mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 12:05:06 +07:00
56a0eccdc0
Add initial dtsi file to support lg1312 SoC which based on Cortex-A53. Also add dts file to support lg1312 reference board which based on lg1312 SoC. Signed-off-by: Chanho Min <chanho.min@lge.com> Signed-off-by: Olof Johansson <olof@lixom.net>
30 lines
599 B
Makefile
30 lines
599 B
Makefile
dts-dirs += al
|
|
dts-dirs += altera
|
|
dts-dirs += amd
|
|
dts-dirs += amlogic
|
|
dts-dirs += apm
|
|
dts-dirs += arm
|
|
dts-dirs += broadcom
|
|
dts-dirs += cavium
|
|
dts-dirs += exynos
|
|
dts-dirs += freescale
|
|
dts-dirs += hisilicon
|
|
dts-dirs += marvell
|
|
dts-dirs += mediatek
|
|
dts-dirs += nvidia
|
|
dts-dirs += qcom
|
|
dts-dirs += renesas
|
|
dts-dirs += rockchip
|
|
dts-dirs += socionext
|
|
dts-dirs += sprd
|
|
dts-dirs += xilinx
|
|
dts-dirs += lg
|
|
|
|
subdir-y := $(dts-dirs)
|
|
|
|
dtstree := $(srctree)/$(src)
|
|
|
|
dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(foreach d,$(dts-dirs), $(wildcard $(dtstree)/$(d)/*.dts)))
|
|
|
|
always := $(dtb-y)
|