summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/Makefile
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2016-10-03 14:56:57 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2016-10-04 08:15:46 +0200
commit098635daba0163e8e6ce48bf3c4169c7c9806008 (patch)
tree5f1026ae8269fd2f31b9dd3ccf9e26644190cf8e /arch/sandbox/Makefile
parent322890fa62ff98e3d96465d7a202306a0e4f2687 (diff)
downloadbarebox-098635daba0163e8e6ce48bf3c4169c7c9806008.tar.gz
barebox-098635daba0163e8e6ce48bf3c4169c7c9806008.tar.xz
sandbox: Makefile: drop unused SUBARCH stuff
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/sandbox/Makefile')
-rw-r--r--arch/sandbox/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile
index a539a901fc..8155a790eb 100644
--- a/arch/sandbox/Makefile
+++ b/arch/sandbox/Makefile
@@ -31,11 +31,6 @@ else
CPPFLAGS += $(patsubst %,-I$(srctree)/%include,$(machdirs))
endif
-SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
- -e s/arm.*/arm/ -e s/sa110/arm/ \
- -e s/s390x/s390/ -e s/parisc64/parisc/ \
- -e s/ppc.*/powerpc/ -e s/mips.*/mips/ )
-
archprepare: maketools
PHONY += maketools