Skip to content
Snippets Groups Projects
Commit bfff0ebe authored by Jinshan Xiong's avatar Jinshan Xiong
Browse files

Add a new module llite_lloop in rpm package.
parent ec319e16
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,4 @@ else
lustre-objs += rw26.o super25.o
endif
EXTRA_DIST := $(llite_lloop-objs:.o=.c)
@INCLUDE_RULES@
......@@ -4,8 +4,9 @@
# See the file COPYING in this distribution
if MODULES
modulefs_DATA = lustre$(KMODEXT)
modulefs_DATA = lustre$(KMODEXT) llite_lloop$(KMODEXT)
endif
DIST_SOURCES := $(lustre-objs:.o=.c) llite_internal.h rw24.c super.c rw26.c super25.c
DIST_SOURCES += $(llite_lloop-objs:.o=.c)
MOSTLYCLEANFILES := @MOSTLYCLEANFILES@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment