repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/speculation/mds: Fix documentation typo
[linux/fpc-iii.git]
/
arch
/
cris
/
boot
/
dts
/
Makefile
blob
3318c630caa225dffb6d9689b40e074d26f141a1
1
# SPDX-License-Identifier: GPL-2.0
2
BUILTIN_DTB
:= $(
patsubst
"%"
,%,$(
CONFIG_BUILTIN_DTB
))
.dtb.o
3
ifneq
($(
CONFIG_BUILTIN_DTB
),
""
)
4
obj-
$(
CONFIG_OF
) += $(
BUILTIN_DTB
)
5
endif
6
7
clean-files
:= *
.dtb.S