Commit 8c5cdedf authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'v4.9-next-kconfig' of https://github.com/mbgg/linux-mediatek into next/soc

- clean up mach-mediatek Makefile as kbuild only descends into the folder if
  ARCH_MEDIATEK is enabled

* tag 'v4.9-next-kconfig' of https://github.com/mbgg/linux-mediatek

:
  ARM: mediatek: clean up mach-mediatek/Makefile

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents 94a07de1 494975c9
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
ifeq ($(CONFIG_SMP),y)
obj-$(CONFIG_ARCH_MEDIATEK) += platsmp.o
endif
obj-$(CONFIG_ARCH_MEDIATEK) += mediatek.o
obj-$(CONFIG_SMP)	+= platsmp.o
obj-y			+= mediatek.o