kbuild: remove obj-n and lib-n handling
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 9 Sep 2014 10:26:21 +0000 (19:26 +0900)
committerMichal Marek <mmarek@suse.cz>
Thu, 2 Oct 2014 11:55:02 +0000 (13:55 +0200)
Kconfig never defines CONFIG_* as 'n'.
Now obj-n is only used in firmware/Makefile and it can be
replaced with obj-.  No makefile uses lib-n.

Let's rip off obj-n and lib-n.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Peter Foley <pefoley2@pefoley.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
firmware/Makefile
scripts/Makefile.build
scripts/Makefile.clean
scripts/Makefile.fwinst

index 0862d34..e297e1b 100644 (file)
@@ -232,6 +232,6 @@ targets := $(fw-shipped-) $(patsubst $(obj)/%,%, \
 
 # Without this, built-in.o won't be created when it's empty, and the
 # final vmlinux link will fail.
-obj-n := dummy
+obj- := dummy
 
 hostprogs-y := ihex2fw
Simple merge
Simple merge
Simple merge