forked from Minki/linux
e144dc5b8f
This patch adds the support for APM Merlin board. The Merlin board is based on the APM X-Gene Shadowcat SoC. This DTS enables PMU, Ethernet, SATA and Serial. [dhdang: remove pcie0 node] Signed-off-by: Feng Kan <fkan@apm.com> Signed-off-by: Duc Dang <dhdang@apm.com>
7 lines
153 B
Makefile
7 lines
153 B
Makefile
dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb
|
|
dtb-$(CONFIG_ARCH_XGENE) += apm-merlin.dtb
|
|
|
|
always := $(dtb-y)
|
|
subdir-y := $(dts-dirs)
|
|
clean-files := *.dtb
|