u-boot/arch/x86/dts/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