From: Gregory CLEMENT Date: Fri, 3 Jan 2014 15:38:07 +0000 (+0100) Subject: ARM: mvebu: Makefile clean-up X-Git-Tag: v3.15-rc1~80^2~14^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fee04e7f0a6cc45e915b2df4bd3cf07af1a464ec;p=pandora-kernel.git ARM: mvebu: Makefile clean-up Some objects depend on CONFIG_ARCH_MVEBU whereas this whole Makefile depends on the same symbol. Moreover CONFIG_ARCH_MVEBU can't be selected as a module. So we can simplify this Makefile by moving all the object from obj-$(CONFIG_ARCH_MVEBU) to obj-y. Signed-off-by: Gregory CLEMENT Signed-off-by: Jason Cooper --- Reading git-diff-tree failed