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_decompress.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_decompress.c')
-rw-r--r-- | lib_generic/bzlib_decompress.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib_generic/bzlib_decompress.c b/lib_generic/bzlib_decompress.c index a575052..4412b8a 100644 --- a/lib_generic/bzlib_decompress.c +++ b/lib_generic/bzlib_decompress.c @@ -1,7 +1,6 @@ #include <config.h> #include <common.h> #include <watchdog.h> -#ifdef CONFIG_BZIP2 /*-------------------------------------------------------------*/ /*--- Decompression machinery ---*/ @@ -673,5 +672,3 @@ Int32 BZ2_decompress ( DState* s ) /*-------------------------------------------------------------*/ /*--- end decompress.c ---*/ /*-------------------------------------------------------------*/ - -#endif /* CONFIG_BZIP2 */ |