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:
parent
1001354ca3
commit
494975c9cc
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue