From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- arch/um/Makefile-ppc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 arch/um/Makefile-ppc (limited to 'arch/um/Makefile-ppc') diff --git a/arch/um/Makefile-ppc b/arch/um/Makefile-ppc new file mode 100644 index 00000000..66fd2003 --- /dev/null +++ b/arch/um/Makefile-ppc @@ -0,0 +1,9 @@ +ifeq ($(CONFIG_HOST_2G_2G), y) +START_ADDR = 0x80000000 +else +START_ADDR = 0xc0000000 +endif +ARCH_CFLAGS = -U__powerpc__ -D__UM_PPC__ + +# The arch is ppc, but the elf32 name is powerpc +ELF_SUBARCH = powerpc -- cgit v1.3.1