diff options
author | Stefan Roese <sr@denx.de> | 2007-07-11 12:16:04 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-07-11 12:16:04 +0200 |
commit | 53629f439cc9daba166812749d2cf3102aca7aac (patch) | |
tree | f82264c99a124f2cbfeca96820290c46c88e0ad9 /lib_generic/Makefile | |
parent | 334043f601a90ac53e5ecc846fbb73a1ef38cb1f (diff) | |
parent | 4ef218f6fdf8d747f4589da5252b004e7d2c2876 (diff) | |
download | u-boot-imx-53629f439cc9daba166812749d2cf3102aca7aac.zip u-boot-imx-53629f439cc9daba166812749d2cf3102aca7aac.tar.gz u-boot-imx-53629f439cc9daba166812749d2cf3102aca7aac.tar.bz2 |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'lib_generic/Makefile')
-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 f012cab..b2091c5 100644 --- a/lib_generic/Makefile +++ b/lib_generic/Makefile @@ -27,7 +27,7 @@ LIB = $(obj)libgeneric.a COBJS = bzlib.o bzlib_crctable.o bzlib_decompress.o \ bzlib_randtable.o bzlib_huffman.o \ - crc32.o ctype.o display_options.o ldiv.o \ + crc32.o ctype.o display_options.o ldiv.o sha1.o \ string.o vsprintf.o zlib.o SRCS := $(COBJS:.o=.c) |