commit | 0e23e7b32bfdaaa8892d8383114f84cded1446b9 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Tue Aug 08 13:58:40 2017 +0200 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Aug 10 23:32:02 2017 +1000 |
tree | 89a756e2d71a9d1931244e8fc2b74d59c9ca3a3e | |
parent | d30a5a5262ca64d58aa07fb2ecd7f992df83b4bc [diff] |
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>