diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-11-07 17:31:47 +0100 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-11-18 03:46:06 +0100 |
commit | bf070bb0e6c62ba3075db0a666763ba52c677102 (patch) | |
tree | 0e85b6a300e4a8848173f9a1b051e22bb6096fae /arch/mips/boot/dts/brcm | |
parent | kbuild: create built-in.o automatically if parent directory wants it (diff) | |
download | linux-bf070bb0e6c62ba3075db0a666763ba52c677102.tar.xz linux-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/brcm')
-rw-r--r-- | arch/mips/boot/dts/brcm/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/boot/dts/brcm/Makefile b/arch/mips/boot/dts/brcm/Makefile index 09ba7e894bad..d8787c9a499e 100644 --- a/arch/mips/boot/dts/brcm/Makefile +++ b/arch/mips/boot/dts/brcm/Makefile @@ -35,6 +35,3 @@ dtb-$(CONFIG_DT_NONE) += \ bcm97435svmb.dtb obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y)) - -# Force kbuild to make empty built-in.o if necessary -obj- += dummy.o |