diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-05 00:13:46 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-05 00:13:46 -0800 |
| commit | 468e6d17ff42e6f291a88c87681b2b5e34e9ab33 (patch) | |
| tree | 2877d59eef8cc3a59cc647c4daf50dabea3f065a /fs/Makefile.lib | |
| parent | d694597ed5e1f6613d0933ee692333ab2542b603 (diff) | |
v2.5.2.1 -> v2.5.2.1.1
- David Howells: abtract out "current->need_resched" as "need_resched()"
- Frank Davis: ide-tape update for bio
- various: header file fixups
- Jens Axboe: fix up bio/ide/highmem issues
- Kai Germaschewski: ISDN update
- Tim Waugh: parport update
- Patrik Mochel: initcall update
- Greg KH: USB and Compaq PCI hotplug updates
Diffstat (limited to 'fs/Makefile.lib')
| -rw-r--r-- | fs/Makefile.lib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Makefile.lib b/fs/Makefile.lib index 0ca1cff140ad..bbdcfa520d19 100644 --- a/fs/Makefile.lib +++ b/fs/Makefile.lib @@ -1,2 +1,2 @@ -obj-$(CONFIG_FS_JFFS2) += crc32.o +obj-$(CONFIG_JFFS2_FS) += crc32.o obj-$(CONFIG_EFI_PARTITION) += crc32.o |
