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 /lib_generic | |
parent | 8d4ac794365a7abb1be8e050fd1b467b94a21865 (diff) |
Coding style cleanup
Diffstat (limited to 'lib_generic')
-rw-r--r-- | lib_generic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_generic/Makefile b/lib_generic/Makefile index fcd43c676f7..a05b3552de3 100644 --- a/lib_generic/Makefile +++ b/lib_generic/Makefile @@ -29,7 +29,7 @@ COBJS = bzlib.o bzlib_crctable.o bzlib_decompress.o \ bzlib_randtable.o bzlib_huffman.o \ crc32.o ctype.o display_options.o ldiv.o \ string.o vsprintf.o zlib.o - + SRCS := $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |