2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-22 12:14:01 +08:00
linux-next/arch/arm/mach-s5pv210
Masahiro Yamada ac84eb47cc 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>
2014-10-02 13:55:02 +02:00
..
include/mach ARM: SAMSUNG: Remove remaining legacy code 2014-07-19 04:32:18 +09:00
common.h ARM: S5PV210: Untie PM support from legacy code 2014-07-19 04:32:11 +09:00
Kconfig ARM: S5PV210: Enable multi-platform build support 2014-07-19 04:32:16 +09:00
Makefile kbuild: remove unnecessary variable initializaions 2014-10-02 13:55:02 +02:00
pm.c ARM: S5PV210: Untie PM support from legacy code 2014-07-19 04:32:11 +09:00
s5pv210.c ARM: S5PV210: Register cpufreq platform device 2014-07-19 04:32:14 +09:00
sleep.S ARM: S5PV210: Untie PM support from legacy code 2014-07-19 04:32:11 +09:00