mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 11:43:22 +00:00
13 lines
158 B
Makefile
13 lines
158 B
Makefile
|
dtb-y += link.dtb \
|
||
|
alex.dtb
|
||
|
|
||
|
targets += $(dtb-y)
|
||
|
|
||
|
DTC_FLAGS += -R 4 -p 0x1000
|
||
|
|
||
|
PHONY += dtbs
|
||
|
dtbs: $(addprefix $(obj)/, $(dtb-y))
|
||
|
@:
|
||
|
|
||
|
clean-files := *.dtb
|