]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit0e23e7b32bfdaaa8892d8383114f84cded1446b9
tree89a756e2d71a9d1931244e8fc2b74d59c9ca3a3e
parentd30a5a5262ca64d58aa07fb2ecd7f992df83b4bc
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