Whamcloud - gitweb
merge b_devel into b_filterio
authorphil <phil>
Fri, 25 Jul 2003 21:56:16 +0000 (21:56 +0000)
committerphil <phil>
Fri, 25 Jul 2003 21:56:16 +0000 (21:56 +0000)
lustre/obdclass/Makefile.mk
lustre/tests/Makefile.mk

index d29a216..6183751 100644 (file)
@@ -8,7 +8,7 @@ include $(src)/../portals/Kernelenv
 obj-y += obdclass.o fsfilt_ext3.o
 obdclass-objs := class_obd.o debug.o genops.o sysctl.o uuid.o simple.o\
                lprocfs_status.o lustre_handles.o lustre_peer.o fsfilt.o \
-               statfs_pack.o recov_log.o otree.o
+               statfs_pack.o recov_log.o otree.o obdo.o
 
 $(obj)/class_obd.o: lustre_build_version
 
index 6eec366..3b4dda3 100644 (file)
@@ -11,7 +11,7 @@ host-progs := openunlink testreq truncate directio openme writeme open_delay \
                stat createmany statmany multifstat createtest mlink \
                opendirunlink opendevunlink unlinkmany fchdir_test \
                checkstat wantedi statone runas openfile \
-               mcreate mkdirmany utime o_directory
+               mcreate mkdirmany utime o_directory small_write
 
 always := $(host-progs) 
 
@@ -49,3 +49,4 @@ opendevunlink-objs :=opendirunlink.o
 fchdir_test-objs :=fchdir_test.o
 utime-objs :=utime.o
 o_directory-objs :=o_directory.o
+small_write-objs :=small_write.o