mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
13 lines
197 B
Makefile
13 lines
197 B
Makefile
|
dtb-y += sh7751-r2dplus.dtb
|
||
|
|
||
|
targets += $(dtb-y)
|
||
|
|
||
|
# Add any required device tree compiler flags here
|
||
|
DTC_FLAGS +=
|
||
|
|
||
|
PHONY += dtbs
|
||
|
dtbs: $(addprefix $(obj)/, $(dtb-y))
|
||
|
@:
|
||
|
|
||
|
clean-files := *.dtb *_HS
|