diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | gdbstub.c (renamed from gdbstub_rsp.c) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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 |
