]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/44x: Simplify CONFIG_44x checks in Makefile
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 8 Aug 2017 06:39:18 +0000 (16:39 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 10 Aug 2017 13:29:03 +0000 (23:29 +1000)
commit29aebaab8e7b5aedeb25d2545f53b84b121d4619
tree6519ba7d7e81bfa773f124979aad9b5c852e0fa4
parent495eb2119972b7d4e8fefa9d8c42efc6f98e9f72
powerpc/44x: Simplify CONFIG_44x checks in Makefile

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

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/44x/Makefile