For new PowerPC developments, it will be useful to borrow devicetrees
from Linux. This patch makes it possible.
Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
(cherry picked from commit 337bfdce5a)
7 lines
142 B
Makefile
7 lines
142 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
include $(srctree)/scripts/Makefile.dts
|
|
|
|
# Add any required device tree compiler flags here
|
|
DTC_FLAGS +=
|