diff options
author | wdenk | 2005-05-05 00:04:14 +0000 |
---|---|---|
committer | wdenk | 2005-05-05 00:04:14 +0000 |
commit | 07cc0999413481568b38b8d0e5f3d7514d9540b0 (patch) | |
tree | 56955f165a6a1c2647acbaaa8f5783b3b74277c9 /fs/jffs2/Makefile | |
parent | cf8bc5773c27adf325d7bb1a90d290b213a57417 (diff) |
Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of
March 13, 2005); new configuration options CONFIG_JFFS2_LZO and
CONFIG_JFFS2_LZARI are added. Both are undefined by default.
Diffstat (limited to 'fs/jffs2/Makefile')
-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 10fbf7c2cf9..f28b17a414c 100644 --- a/fs/jffs2/Makefile +++ b/fs/jffs2/Makefile @@ -27,6 +27,7 @@ LIB = libjffs2.a AOBJS = COBJS = jffs2_1pass.o compr_rtime.o compr_rubin.o compr_zlib.o mini_inflate.o +COBJS += compr_lzo.o compr_lzari.o OBJS = $(AOBJS) $(COBJS) #CPPFLAGS += |