diff options
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 10fbf7c..f28b17a 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 += |