aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/boot/dts/ralink
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-11-08 01:31:47 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-11-18 11:46:06 +0900
commitbf070bb0e6c62ba3075db0a666763ba52c677102 (patch)
tree0e85b6a300e4a8848173f9a1b051e22bb6096fae /arch/mips/boot/dts/ralink
parentkbuild: create built-in.o automatically if parent directory wants it (diff)
downloadlinux-dev-bf070bb0e6c62ba3075db0a666763ba52c677102.tar.xz
linux-dev-bf070bb0e6c62ba3075db0a666763ba52c677102.zip
kbuild: remove all dummy assignments to obj-
Now kbuild core scripts create empty built-in.o where necessary. Remove "obj- := dummy.o" tricks. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/mips/boot/dts/ralink')
-rw-r--r--arch/mips/boot/dts/ralink/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/boot/dts/ralink/Makefile b/arch/mips/boot/dts/ralink/Makefile
index 323c8bcfb602..94bee5b38b53 100644
--- a/arch/mips/boot/dts/ralink/Makefile
+++ b/arch/mips/boot/dts/ralink/Makefile
@@ -7,6 +7,3 @@ dtb-$(CONFIG_DTB_OMEGA2P) += omega2p.dtb
dtb-$(CONFIG_DTB_VOCORE2) += vocore2.dtb
obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y))
-
-# Force kbuild to make empty built-in.o if necessary
-obj- += dummy.o