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_crctable.c | |
parent | ae0b05df04e1cc65c5ad19ccd362f4be82df7316 (diff) | |
download | u-boot-ab76e9848a1f4db64d14233741d739a3b3360c93.tar.gz u-boot-ab76e9848a1f4db64d14233741d739a3b3360c93.tar.xz u-boot-ab76e9848a1f4db64d14233741d739a3b3360c93.zip |
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.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib_generic/bzlib_crctable.c b/lib_generic/bzlib_crctable.c index 63770cd631..325b96643e 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 */ |