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>
Showing
- arch/arm/mach-at91/Makefile 0 additions, 3 deletionsarch/arm/mach-at91/Makefile
- arch/arm/mach-ebsa110/Makefile 0 additions, 3 deletionsarch/arm/mach-ebsa110/Makefile
- arch/arm/mach-ep93xx/Makefile 0 additions, 3 deletionsarch/arm/mach-ep93xx/Makefile
- arch/arm/mach-exynos/Makefile 0 additions, 5 deletionsarch/arm/mach-exynos/Makefile
- arch/arm/mach-footbridge/Makefile 0 additions, 3 deletionsarch/arm/mach-footbridge/Makefile
- arch/arm/mach-iop13xx/Makefile 0 additions, 5 deletionsarch/arm/mach-iop13xx/Makefile
- arch/arm/mach-iop32x/Makefile 0 additions, 3 deletionsarch/arm/mach-iop32x/Makefile
- arch/arm/mach-iop33x/Makefile 0 additions, 3 deletionsarch/arm/mach-iop33x/Makefile
- arch/arm/mach-ks8695/Makefile 0 additions, 3 deletionsarch/arm/mach-ks8695/Makefile
- arch/arm/mach-rpc/Makefile 0 additions, 4 deletionsarch/arm/mach-rpc/Makefile
- arch/arm/mach-s3c24xx/Makefile 0 additions, 5 deletionsarch/arm/mach-s3c24xx/Makefile
- arch/arm/mach-s3c64xx/Makefile 0 additions, 5 deletionsarch/arm/mach-s3c64xx/Makefile
- arch/arm/mach-s5pv210/Makefile 0 additions, 5 deletionsarch/arm/mach-s5pv210/Makefile
- arch/arm/mach-sa1100/Makefile 0 additions, 3 deletionsarch/arm/mach-sa1100/Makefile
- arch/arm/mach-u300/Makefile 0 additions, 3 deletionsarch/arm/mach-u300/Makefile
- arch/arm/plat-iop/Makefile 0 additions, 6 deletionsarch/arm/plat-iop/Makefile
- arch/arm/plat-omap/Makefile 0 additions, 3 deletionsarch/arm/plat-omap/Makefile
- arch/arm/plat-samsung/Makefile 0 additions, 4 deletionsarch/arm/plat-samsung/Makefile
Loading
Please register or sign in to comment