diff options
| author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2003-07-17 19:45:57 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-07-17 19:45:57 -0700 |
| commit | 04e24ebdd6537a7adcfff2f8f08baa583e36bce4 (patch) | |
| tree | 42a03ac3b90b31ffe2bb7775a4e4896511ac6154 | |
| parent | e4900404b24cf75f2fe0e7eea46289b183104092 (diff) | |
[PATCH] fix jffs2 build
(Jamie Hicks)
| -rw-r--r-- | fs/jffs2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/jffs2/Makefile b/fs/jffs2/Makefile index cd9871f6ec20..de0e41895ae1 100644 --- a/fs/jffs2/Makefile +++ b/fs/jffs2/Makefile @@ -13,6 +13,7 @@ JFFS2_OBJS := dir.o file.o ioctl.o nodelist.o malloc.o \ LINUX_OBJS-24 := super-v24.o crc32.o LINUX_OBJS-25 := super.o +LINUX_OBJS-26 := super.o NAND_OBJS-$(CONFIG_JFFS2_FS_NAND) := wbuf.o |
