diff options
| author | Wolfgang Denk <[email protected]> | 2006-10-09 00:42:01 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2006-10-09 00:42:01 +0200 |
| commit | 511d0c72b82aab9b807efde50fc9e390365f5ca1 (patch) | |
| tree | 08f47c77d9ce164bf38b937858c9d25344639950 /tools/Makefile | |
| parent | 8d4ac794365a7abb1be8e050fd1b467b94a21865 (diff) | |
Coding style cleanup
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 606f0240376..6177f902716 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -108,7 +108,7 @@ endif include $(TOPDIR)/config.mk # now $(obj) is defined -SRCS := $(addprefix $(obj),$(OBJ_LINKS:.o=.c)) $(OBJ_FILES:.o=.c) +SRCS := $(addprefix $(obj),$(OBJ_LINKS:.o=.c)) $(OBJ_FILES:.o=.c) BINS := $(addprefix $(obj),$(BIN_FILES)) # |
