repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xen/pciback: Use mutexes when working with Xenbus state transitions.
[linux-2.6.git]
/
arch
/
openrisc
/
boot
/
Makefile
blob
98ca185097a519bb4bc58938ee848234e81db3b4
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
)