aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Borgerson <contact@mborgerson.com>2019-12-17 21:21:25 -0700
committerMatt Borgerson <contact@mborgerson.com>2019-12-17 21:21:25 -0700
commit54477ef8bb848e27aa4bf95f6a8a95e322c885e1 (patch)
tree9ce2bbe1fe63e858062f8de4862d50804ae98ed6
parent39782f1bd865bb477191ce05fa7203b05ed76e22 (diff)
Rename gdbstub_rsp.c to simply gdbstub.c
-rw-r--r--Makefile2
-rw-r--r--gdbstub.c (renamed from gdbstub_rsp.c)0
2 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)
diff --git a/gdbstub_rsp.c b/gdbstub.c
index 439bd4f..439bd4f 100644
--- a/gdbstub_rsp.c
+++ b/gdbstub.c