Makefile 276 B

1234567891011
  1. #
  2. # This is a modified version of zlib, which does all memory
  3. # allocation ahead of time.
  4. #
  5. # This is the compression code, see zlib_inflate for the
  6. # decompression code.
  7. #
  8. obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate.o
  9. zlib_deflate-objs := deflate.o deftree.o deflate_syms.o