aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c447411..e956044 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
# SOFTWARE.
#
-ARCH := x86
+ARCH := arch_x86
# Include a simple demo that can be debugged
INCLUDE_DEMO = 1
@@ -38,7 +38,7 @@ BASE_ADDRESS = 0x500000
OBJECTS = gdbstub_rsp.o \
$(ARCH)/gdbstub_sys.o
-ifeq ($(ARCH),x86)
+ifeq ($(ARCH),arch_x86)
CFLAGS += -m32
LDFLAGS += -m elf_i386
OBJECTS += $(ARCH)/gdbstub_int.o