Newer
Older
barebox / arch / mips / dts / Makefile
@Antony Pavlov Antony Pavlov on 13 May 2013 216 bytes MIPS: add initial device tree 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