diff options
author | Wolfgang Denk <wd@atlas.denx.de> | 2006-10-09 00:42:01 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@atlas.denx.de> | 2006-10-09 00:42:01 +0200 |
commit | 511d0c72b82aab9b807efde50fc9e390365f5ca1 (patch) | |
tree | 08f47c77d9ce164bf38b937858c9d25344639950 /tools/gdb | |
parent | 8d4ac794365a7abb1be8e050fd1b467b94a21865 (diff) |
Coding style cleanup
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 dbcb91f5ed7..632103d4538 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)) # |