forked from Minki/linux
2e673c7dc3
Add device tree support for ZX296718 SoC and evaluation board based on it. Also document new values. Signed-off-by: Jun Nie <jun.nie@linaro.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
6 lines
108 B
Makefile
6 lines
108 B
Makefile
dtb-$(CONFIG_ARCH_ZX) += zx296718-evb.dtb
|
|
|
|
always := $(dtb-y)
|
|
subdir-y := $(dts-dirs)
|
|
clean-files := *.dtb
|