ARM: mediatek: clean up mach-mediatek/Makefile

Kbuild descends into arch/arm/mach-mediatek/Makefile only when
CONFIG_ARCH_MEDIATEK is enabled.  So, obj-$(CONFIG_ARCH_MEDIATEK)
is always equivalent to obj-y in this Makefile.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
Masahiro Yamada 2016-09-19 03:11:13 +09:00 committed by Matthias Brugger
parent 1001354ca3
commit 494975c9cc

View file

@ -1,4 +1,2 @@
ifeq ($(CONFIG_SMP),y) obj-$(CONFIG_SMP) += platsmp.o
obj-$(CONFIG_ARCH_MEDIATEK) += platsmp.o obj-y += mediatek.o
endif
obj-$(CONFIG_ARCH_MEDIATEK) += mediatek.o