mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
12 lines
203 B
Makefile
12 lines
203 B
Makefile
|
dtb-$(CONFIG_TARGET_CANYONLANDS) += arches.dtb canyonlands.dtb glacier.dtb
|
||
|
|
||
|
targets += $(dtb-y)
|
||
|
|
||
|
DTC_FLAGS += -R 4 -p 0x1000
|
||
|
|
||
|
PHONY += dtbs
|
||
|
dtbs: $(addprefix $(obj)/, $(dtb-y))
|
||
|
@:
|
||
|
|
||
|
clean-files := *.dtb
|