]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: mvebu: Makefile clean-up
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Fri, 3 Jan 2014 15:38:07 +0000 (16:38 +0100)
committerJason Cooper <jason@lakedaemon.net>
Wed, 5 Feb 2014 06:16:42 +0000 (06:16 +0000)
commitfee04e7f0a6cc45e915b2df4bd3cf07af1a464ec
tree42fedc2f81cfc50e38dc8573cf894506eb90ec7d
parent38dbfb59d1175ef458d006556061adeaa8751b72
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 <gregory.clement@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/mach-mvebu/Makefile