]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/8xx: Simplify CONFIG_8xx checks in Makefile
authorChristophe Leroy <christophe.leroy@c-s.fr>
Tue, 8 Aug 2017 11:58:40 +0000 (13:58 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 10 Aug 2017 13:32:02 +0000 (23:32 +1000)
commit00dd042730a99846a22905aae71aa618a64c7904
tree89a756e2d71a9d1931244e8fc2b74d59c9ca3a3e
parentf161535334ff48fad28b9e00f02ea9f625cdd333
powerpc/8xx: Simplify CONFIG_8xx checks in Makefile

The entire 8xx directory is omitted if CONFIG_8xx is not enabled, so
within the 8xx/Makefile CONFIG_8xx is always y. So convert
obj-$(CONFIG_8xx) to the more obvious obj-y.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/8xx/Makefile