diff options
| author | Brian Gerst <bgerst@didntduck.org> | 2003-09-26 10:07:08 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-09-26 10:07:08 -0700 |
| commit | b7fd544f3b5148998bbf2a32ec36fcb9f5c8470c (patch) | |
| tree | 67026be1891418f3fb3bb04bbdd758261a97dfa5 /lib | |
| parent | d2d20c26f35a332f60ad66338c3e97c6a4ac048d (diff) | |
[PATCH] select CRC32
Use "select CRC32" in Kconfig instead of makefile includes.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Makefile b/lib/Makefile index 91e7b30d3ca0..b26666dfb173 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -20,12 +20,6 @@ obj-$(CONFIG_CRC32) += crc32.o obj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate/ obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate/ -include drivers/net/Makefile.lib -include drivers/usb/Makefile.lib -include fs/Makefile.lib -include net/bluetooth/bnep/Makefile.lib -include drivers/media/dvb/dvb-core/Makefile.lib - host-progs := gen_crc32table clean-files := crc32table.h |
