Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
[pandora-kernel.git] / 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)