diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-02-05 21:04:50 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-02-11 23:04:13 +0100 |
commit | ab76e9848a1f4db64d14233741d739a3b3360c93 (patch) | |
tree | c5ff00e883e95fa221ad35e5065650af84b316e2 /lib_generic/bzlib_huffman.c | |
parent | ae0b05df04e1cc65c5ad19ccd362f4be82df7316 (diff) | |
download | u-boot-imx-ab76e9848a1f4db64d14233741d739a3b3360c93.zip u-boot-imx-ab76e9848a1f4db64d14233741d739a3b3360c93.tar.gz u-boot-imx-ab76e9848a1f4db64d14233741d739a3b3360c93.tar.bz2 |
bzip2: move ifdef handling to Makefile COBJS-$(...)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'lib_generic/bzlib_huffman.c')
-rw-r--r-- | lib_generic/bzlib_huffman.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib_generic/bzlib_huffman.c b/lib_generic/bzlib_huffman.c index effae98..801b8ec 100644 --- a/lib_generic/bzlib_huffman.c +++ b/lib_generic/bzlib_huffman.c @@ -1,5 +1,4 @@ #include <config.h> -#ifdef CONFIG_BZIP2 /*-------------------------------------------------------------*/ /*--- Huffman coding low-level stuff ---*/ @@ -228,5 +227,3 @@ void BZ2_hbCreateDecodeTables ( Int32 *limit, /*-------------------------------------------------------------*/ /*--- end huffman.c ---*/ /*-------------------------------------------------------------*/ - -#endif /* CONFIG_BZIP2 */ |