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

Commit 3f245e2a authored by David Woodhouse's avatar David Woodhouse Committed by Paul Mackerras
Browse files

[POWERPC] Probe Efika platform before CHRP.



The Efika matches chrp_probe() too, so put its own probe first to make
sure we get it right in a multiplatform build.

Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent d28d027a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -5,9 +5,9 @@ ifeq ($(CONFIG_PPC64),y)
obj-$(CONFIG_PPC_PMAC)		+= powermac/
obj-$(CONFIG_PPC_PMAC)		+= powermac/
endif
endif
endif
endif
obj-$(CONFIG_PPC_MPC52xx)	+= 52xx/
obj-$(CONFIG_PPC_CHRP)		+= chrp/
obj-$(CONFIG_PPC_CHRP)		+= chrp/
obj-$(CONFIG_4xx)		+= 4xx/
obj-$(CONFIG_4xx)		+= 4xx/
obj-$(CONFIG_PPC_MPC52xx)	+= 52xx/
obj-$(CONFIG_PPC_83xx)		+= 83xx/
obj-$(CONFIG_PPC_83xx)		+= 83xx/
obj-$(CONFIG_PPC_85xx)		+= 85xx/
obj-$(CONFIG_PPC_85xx)		+= 85xx/
obj-$(CONFIG_PPC_86xx)		+= 86xx/
obj-$(CONFIG_PPC_86xx)		+= 86xx/