repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
arch
/
openrisc
/
boot
/
dts
/
Makefile
blob
17dd791a833fbd38b365f2913cf7ff7ed8b84d3a
1
# SPDX-License-Identifier: GPL-2.0
2
ifneq
'$(CONFIG_OPENRISC_BUILTIN_DTB)'
'""'
3
BUILTIN_DTB
:= $(
patsubst
"%"
,%,$(
CONFIG_OPENRISC_BUILTIN_DTB
))
.dtb.o
4
else
5
BUILTIN_DTB
:=
6
endif
7
obj-y
+= $(
BUILTIN_DTB
)
8
9
#DTC_FLAGS ?= -p 1024