diff options
author | Richard Weinberger <richard@nod.at> | 2015-03-18 21:28:15 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2015-04-13 21:00:48 +0200 |
commit | aaeac66b1a02d399ec8ee63e8d617c1d601ea353 (patch) | |
tree | f3b578f774332b45aa3e3ca5d1272bf67e034225 /arch/um/Makefile-ppc | |
parent | um: Remove ia64 cruft (diff) | |
download | linux-aaeac66b1a02d399ec8ee63e8d617c1d601ea353.tar.xz linux-aaeac66b1a02d399ec8ee63e8d617c1d601ea353.zip |
um: Remove ppc cruft
That code is a relict from the early days of UML.
ppc support was never completed nor worked.
Let's rip it out.
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/Makefile-ppc')
-rw-r--r-- | arch/um/Makefile-ppc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/um/Makefile-ppc b/arch/um/Makefile-ppc deleted file mode 100644 index 66fd2003e165..000000000000 --- a/arch/um/Makefile-ppc +++ /dev/null @@ -1,9 +0,0 @@ -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 |