]> Pileus Git - ~andy/linux/blob - arch/openrisc/boot/Makefile
Merge branch 'drm-intel-next' of ssh://master.kernel.org/pub/scm/linux/kernel/git...
[~andy/linux] / arch / openrisc / boot / Makefile
1
2
3 ifneq '$(CONFIG_OPENRISC_BUILTIN_DTB)' '""'
4 BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_OPENRISC_BUILTIN_DTB)).dtb.o
5 else
6 BUILTIN_DTB :=
7 endif
8 obj-y += $(BUILTIN_DTB)
9
10 clean-files := *.dtb.S
11
12 #DTC_FLAGS ?= -p 1024
13
14 $(obj)/%.dtb: $(src)/dts/%.dts
15         $(call cmd,dtc)