Sign in
qemu
/
u-boot
/
refs/heads/TEST/clean-all-arch-dts-build-rules
/
.
/
arch
/
sh
/
dts
/
Makefile
blob: f150d03c6b3e1383ae10cdeea3dc444b25804f29 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
include $
(
srctree
)/
scripts
/
Makefile
.
dts
targets
+=
$
(
dtb
-
y
)
# Add any required device tree compiler flags here
DTC_FLAGS
+=
PHONY
+=
dtbs
dtbs
:
$
(
addprefix $
(
obj
)/,
$
(
dtb
-
y
))
@:
clean
-
files
:=
*.
dtb
*
_HS