Whamcloud - gitweb
- landed b_hd_cray_merge3
[fs/lustre-release.git] / lustre / lvfs / Makefile.in
1 MODULES := lvfs fsfilt_@BACKINGFS@ fsfilt_smfs
2
3 @SNAPFS_TRUE@MODULES += fsfilt_snap_@BACKINGFS@ fsfilt_snap_smfs 
4
5 lvfs-objs := fsfilt.o lvfs_common.o llog_lvfs.o lvfs_linux.o 
6 lvfs-objs += llog.o llog_cat.o
7  
8 ifeq ($(PATCHLEVEL),6)
9 fsfilt_@BACKINGFS@-objs := fsfilt-@BACKINGFS@.o
10
11 $(obj)/fsfilt-%.c: $(obj)/fsfilt_%.c
12         ln -s $< $@
13 endif
14
15 fsfilt_smfs-objs := fsfilt-smfs.o
16
17 # for <ext3/xattr.h> on 2.6
18 EXTRA_PRE_CFLAGS := -I@LINUX@/fs -I@LUSTRE@ -I@LUSTRE@/ldiskfs
19
20 @INCLUDE_RULES@