zlib: split up to match original source tree
While looking to upgrade to zlib-1.2.5, the current mondo merge of
multiple files into a single was making things way more difficult
than it should have been. Hard to pick out what has been changed
to port it to U-Boot, been removed as useless, and bug fixes added
after the fact.
So split the single file up into the original file names, and merge
non-essential changes back from the original tree (for some reason,
style in code in a bunch of places was changed to U-Boot style even
though this isn't "U-Boot" code).
The original build style is retained -- we have a single zlib.c that
includes all the other files, and that is the only file we compile.
Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
Showing
- Makefile 1 addition, 0 deletionsMakefile
- lib/Makefile 0 additions, 1 deletionlib/Makefile
- lib/zlib/Makefile 44 additions, 0 deletionslib/zlib/Makefile
- lib/zlib/adler32.c 125 additions, 0 deletionslib/zlib/adler32.c
- lib/zlib/inffast.c 349 additions, 0 deletionslib/zlib/inffast.c
- lib/zlib/inffast.h 11 additions, 0 deletionslib/zlib/inffast.h
- lib/zlib/inffixed.h 94 additions, 0 deletionslib/zlib/inffixed.h
- lib/zlib/inflate.c 956 additions, 0 deletionslib/zlib/inflate.c
- lib/zlib/inflate.h 115 additions, 0 deletionslib/zlib/inflate.h
- lib/zlib/inftrees.c 329 additions, 0 deletionslib/zlib/inftrees.c
- lib/zlib/inftrees.h 55 additions, 0 deletionslib/zlib/inftrees.h
- lib/zlib/zlib.c 24 additions, 0 deletionslib/zlib/zlib.c
- lib/zlib/zlib.h 20 additions, 0 deletionslib/zlib/zlib.h
- lib/zlib/zutil.c 73 additions, 0 deletionslib/zlib/zutil.c
- lib/zlib/zutil.h 121 additions, 0 deletionslib/zlib/zutil.h
Loading
Please register or sign in to comment