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
thermal: fix Mediatek thermal controller build
[linux/fpc-iii.git]
/
arch
/
mips
/
boot
/
dts
/
mti
/
Makefile
blob
144d776cc9f2aca50e0608a4716ff34e178af652
1
dtb-
$(
CONFIG_MIPS_MALTA
) +=
malta.dtb
2
dtb-
$(
CONFIG_MIPS_SEAD3
) +=
sead3.dtb
3
4
obj-y
+= $(
patsubst
%
.dtb
, %
.dtb.o
, $(
dtb-y
))
5
6
# Force kbuild to make empty built-in.o if necessary
7
obj-
+=
dummy.o
8
9
always
:= $(
dtb-y
)
10
clean-files
:= *
.dtb
*
.dtb.S