]> asedeno.scripts.mit.edu Git - linux.git/commit
kbuild: remove unnecessary variable initializaions
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 9 Sep 2014 10:26:20 +0000 (19:26 +0900)
committerMichal Marek <mmarek@suse.cz>
Thu, 2 Oct 2014 11:55:02 +0000 (13:55 +0200)
commitac84eb47cc199d9df7eeb7b32630fc09295a030b
tree4471c7b7b13575e94201c51337ce2b9dbc95c124
parent895ed4e895756ca5e0a0bf43f45b7eed7b9c604a
kbuild: remove unnecessary variable initializaions

Clearing obj-y, obj-m, obj-n, obj- in each Makefile is
a useless habit.

They are non-exported variables; therefore they are always empty
whenever descending into each subdirectory.
(Moreorver, obj-y and obj-m are also set to empty at the beginning
of scripts/Makefile.build)

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Peter Foley <pefoley2@pefoley.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
18 files changed:
arch/arm/mach-at91/Makefile
arch/arm/mach-ebsa110/Makefile
arch/arm/mach-ep93xx/Makefile
arch/arm/mach-exynos/Makefile
arch/arm/mach-footbridge/Makefile
arch/arm/mach-iop13xx/Makefile
arch/arm/mach-iop32x/Makefile
arch/arm/mach-iop33x/Makefile
arch/arm/mach-ks8695/Makefile
arch/arm/mach-rpc/Makefile
arch/arm/mach-s3c24xx/Makefile
arch/arm/mach-s3c64xx/Makefile
arch/arm/mach-s5pv210/Makefile
arch/arm/mach-sa1100/Makefile
arch/arm/mach-u300/Makefile
arch/arm/plat-iop/Makefile
arch/arm/plat-omap/Makefile
arch/arm/plat-samsung/Makefile