From: Masahiro Yamada Date: Tue, 9 Sep 2014 10:26:20 +0000 (+0900) Subject: kbuild: remove unnecessary variable initializaions X-Git-Tag: fixes-against-v3.18-rc2~75^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac84eb47cc199d9df7eeb7b32630fc09295a030b;p=pandora-kernel.git 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 Acked-by: Nicolas Ferre Acked-by: Peter Foley Acked-by: Linus Walleij Signed-off-by: Michal Marek --- Reading git-diff-tree failed