From 54477ef8bb848e27aa4bf95f6a8a95e322c885e1 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Tue, 17 Dec 2019 21:21:25 -0700 Subject: Rename gdbstub_rsp.c to simply gdbstub.c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3