Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ab8fc68 authored by Michael Ellerman's avatar Michael Ellerman
Browse files

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: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 13fef7f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
obj-$(CONFIG_44x)	+= misc_44x.o
obj-y	+= misc_44x.o
ifneq ($(CONFIG_PPC4xx_CPM),y)
obj-$(CONFIG_44x)	+= idle.o
obj-y	+= idle.o
endif
obj-$(CONFIG_PPC44x_SIMPLE) += ppc44x_simple.o
obj-$(CONFIG_EBONY)	+= ebony.o