aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e956044..446f281 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ OBJCOPY = objcopy
OBJCOPYFLAGS = --output-target=binary
TARGET = gdbstub.bin
BASE_ADDRESS = 0x500000
-OBJECTS = gdbstub_rsp.o \
+OBJECTS = gdbstub.o \
$(ARCH)/gdbstub_sys.o
ifeq ($(ARCH),arch_x86)