Home
last modified time | relevance | path

Searched hist:"8 ab8fc688ac6ecbbc49ec05589f032830be7761c" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/platforms/44x/
H A DMakefilediff 8ab8fc688ac6ecbbc49ec05589f032830be7761c Tue Aug 08 08:39:18 CEST 2017 Michael Ellerman <mpe@ellerman.id.au> 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>