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_randtable.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_randtable.c')
-rw-r--r-- | lib_generic/bzlib_randtable.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib_generic/bzlib_randtable.c b/lib_generic/bzlib_randtable.c index a0dd573..c3dc7e4 100644 --- a/lib_generic/bzlib_randtable.c +++ b/lib_generic/bzlib_randtable.c @@ -1,5 +1,4 @@ #include <config.h> -#ifdef CONFIG_BZIP2 /*-------------------------------------------------------------*/ /*--- Table for randomising repetitive blocks ---*/ @@ -124,5 +123,3 @@ Int32 BZ2_rNums[512] = { /*-------------------------------------------------------------*/ /*--- end randtable.c ---*/ /*-------------------------------------------------------------*/ - -#endif /* CONFIG_BZIP2 */ |