mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
12 lines
165 B
Makefile
12 lines
165 B
Makefile
|
dtb-$(CONFIG_SANDBOX) += sandbox.dtb
|
||
|
|
||
|
targets += $(dtb-y)
|
||
|
|
||
|
DTC_FLAGS += -R 4 -p 0x1000
|
||
|
|
||
|
PHONY += dtbs
|
||
|
dtbs: $(addprefix $(obj)/, $(dtb-y))
|
||
|
@:
|
||
|
|
||
|
clean-files := *.dtb
|