commit | 494975c9cc00f69bf71de0991dcebda9b2911aa0 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Sep 19 03:11:13 2016 +0900 |
committer | Matthias Brugger <matthias.bgg@gmail.com> | Mon Oct 31 15:26:23 2016 -0600 |
tree | 61b8d504c3a5c8cac6b7b50369b58b5d7f5110b4 | |
parent | 1001354ca34179f3db924eb66672442a173147dc [diff] |
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>