diff options
Diffstat (limited to 'tools/gdb')
-rw-r--r-- | tools/gdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gdb/Makefile b/tools/gdb/Makefile index dbcb91f..632103d 100644 --- a/tools/gdb/Makefile +++ b/tools/gdb/Makefile @@ -31,7 +31,7 @@ BINS = gdbsend gdbcont COBJS = gdbsend.o gdbcont.o error.o remote.o serial.o OBJS := $(addprefix $(obj),$(COBJS)) -SRCS := $(COBJS:.o=.c) +SRCS := $(COBJS:.o=.c) BINS := $(addprefix $(obj),$(BINS)) # |