mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
13 lines
200 B
Makefile
13 lines
200 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
|
||
|
targets += $(dtb-y)
|
||
|
|
||
|
# Add any required device tree compiler flags here
|
||
|
DTC_FLAGS +=
|
||
|
|
||
|
PHONY += dtbs
|
||
|
dtbs: $(addprefix $(obj)/, $(dtb-y))
|
||
|
@:
|
||
|
|
||
|
clean-files := *.dtb
|