summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-06-24 11:17:29 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-24 11:17:29 +0200
commit0fe550662d17310cac386243cf9109082995af1c (patch)
tree1a2b15f00cac811f04afceb06343ff7cae6c0c3d /arch/sandbox/Makefile
parent78c2fde77a953351aac8d7e92336eb37b64c0985 (diff)
downloadbarebox-0fe550662d17310cac386243cf9109082995af1c.tar.gz
barebox-0fe550662d17310cac386243cf9109082995af1c.tar.xz
Fix typo introduced with commit 9e6ee5e79516f5af5366bd95fab801a692728373
Diffstat (limited to 'arch/sandbox/Makefile')
-rw-r--r--arch/sandbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile
index 17b908eed1..314c151bea 100644
--- a/arch/sandbox/Makefile
+++ b/arch/sandbox/Makefile
@@ -35,7 +35,7 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
ifeq ($(SUBARCH),x86_64)
ELF_ARCH := i386:x86-64
ELF_FORMAT := elf64-x86-64
-ELF_CLASDD := ELFCLASS64
+ELF_CLASS := ELFCLASS64
endif
ifeq ($(SUBARCH),i386)
ELF_ARCH := $(SUBARCH)