Newer
Older
barebox / arch / arm / dts / Makefile
@Sascha Hauer Sascha Hauer on 12 Mar 2013 216 bytes ARM: Initial dts support

BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_BUILTIN_DTB_NAME)).dtb.o
obj-$(CONFIG_BUILTIN_DTB) += $(BUILTIN_DTB)

targets += dtbs
targets += $(dtb-y)

dtbs: $(addprefix $(obj)/, $(dtb-y))

clean-files := *.dtb *.dtb.S