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
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
arch
/
mips
/
boot
/
dts
/
pic32
/
Makefile
blob
fb57f36324db7e05238a9ac4d04e5ea7ac479096
1
# SPDX-License-Identifier: GPL-2.0
2
dtb-
$(
CONFIG_DTB_PIC32_MZDA_SK
) +=
pic32mzda_sk.dtb
3
4
dtb-
$(
CONFIG_DTB_PIC32_NONE
) +=
\
5
pic32mzda_sk.dtb
6
7
obj-
$(
CONFIG_BUILTIN_DTB
) += $(
addsuffix
.o
, $(
dtb-y
))