Commit 8fcb7c33 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] JFFS2_FS_NAND=y compile error

The case of CONFIG_JFFS2_FS_NAND=y got broken recently.

The bug is obvious, and the fix is trivial:
parent c56f34ad
......@@ -12,4 +12,4 @@ jffs2-y += read.o nodemgmt.o readinode.o write.o scan.o gc.o
jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
jffs2-y += super.o
jffs2-$(CONFIG_JFFS2_FS_NAND) := wbuf.o
jffs2-$(CONFIG_JFFS2_FS_NAND) += wbuf.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment