summaryrefslogtreecommitdiff
path: root/lib_generic/bzlib_crctable.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-02-05 21:04:50 -0500
committerWolfgang Denk <wd@denx.de>2009-02-11 23:04:13 +0100
commitab76e9848a1f4db64d14233741d739a3b3360c93 (patch)
treec5ff00e883e95fa221ad35e5065650af84b316e2 /lib_generic/bzlib_crctable.c
parentae0b05df04e1cc65c5ad19ccd362f4be82df7316 (diff)
bzip2: move ifdef handling to Makefile COBJS-$(...)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'lib_generic/bzlib_crctable.c')
-rw-r--r--lib_generic/bzlib_crctable.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib_generic/bzlib_crctable.c b/lib_generic/bzlib_crctable.c
index 63770cd63..325b96643 100644
--- a/lib_generic/bzlib_crctable.c
+++ b/lib_generic/bzlib_crctable.c
@@ -1,5 +1,4 @@
#include <config.h>
-#ifdef CONFIG_BZIP2
/*-------------------------------------------------------------*/
/*--- Table for doing CRCs ---*/
@@ -144,5 +143,3 @@ UInt32 BZ2_crc32Table[256] = {
/*-------------------------------------------------------------*/
/*--- end crctable.c ---*/
/*-------------------------------------------------------------*/
-
-#endif /* CONFIG_BZIP2 */