diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-09-09 06:26:19 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2014-10-02 07:55:02 -0400 |
commit | 895ed4e895756ca5e0a0bf43f45b7eed7b9c604a (patch) | |
tree | 0514a8c5842cebe02dd6dcd25b67bf62e10e4345 /arch/arm | |
parent | aa55c8e2f7a395dfc9e67fc6637321e19ce9bfe1 (diff) |
kbuild: remove unnecessary "obj- := dummy.o" trick
In these Makefiles, at least one of "obj-y" and "obj-" is non-empty,
hence built-in.o is always created without such a trick.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Peter Foley <pefoley2@pefoley.com>
Acked-by: Mike Turquette <mturquette@linaro.org>
Acked-by: Simon Horman <horms+renesas@verge.net.au> [shmobile]
Acked-by: David S. Miller <davem@davemloft.net> [networking]
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/plat-samsung/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-samsung/Makefile b/arch/arm/plat-samsung/Makefile index 5fe175017f07..a402262bb37f 100644 --- a/arch/arm/plat-samsung/Makefile +++ b/arch/arm/plat-samsung/Makefile | |||
@@ -8,7 +8,6 @@ ccflags-$(CONFIG_ARCH_MULTI_V7) += -I$(srctree)/$(src)/include | |||
8 | 8 | ||
9 | obj-y := | 9 | obj-y := |
10 | obj-m := | 10 | obj-m := |
11 | obj-n := dummy.o | ||
12 | obj- := | 11 | obj- := |
13 | 12 | ||
14 | # Objects we always build independent of SoC choice | 13 | # Objects we always build independent of SoC choice |