summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/sandbox/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile
index c059d3af8e..9794c1141a 100644
--- a/arch/sandbox/Makefile
+++ b/arch/sandbox/Makefile
@@ -42,6 +42,10 @@ ifeq ($(SUBARCH),i386)
ELF_ARCH := $(SUBARCH)
ELF_FORMAT := elf32-$(SUBARCH)
endif
+ifeq ($(SUBARCH),powerpc)
+ELF_ARCH := powerpc
+ELF_FORMAT := elf32-powerpc
+endif
export ELF_FORMAT ELF_ARCH SUBARCH
# Update machine arch and proc symlinks if something which affects