X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdfs%2FMakefile;h=46188f1cab568f69e1aa4c1854cf1592dfa8a6a8;hp=5ca62b333dfc7e457f5bde6327aa7e77a30470f5;hb=1e7d496794cc655eabb30c1edb1a269aec6309dc;hpb=133a494b5ee8ed3c12b1711175ad2e0570371e2f diff --git a/lustre/obdfs/Makefile b/lustre/obdfs/Makefile index 5ca62b3..46188f1 100644 --- a/lustre/obdfs/Makefile +++ b/lustre/obdfs/Makefile @@ -8,7 +8,7 @@ MODDIR = $(PREFIX)/lib/modules/$(UTS_RELEASE) ifndef CFLAGS # Don't remove "-O2" or bad things will happen! -KFLAGS = -O2 -Wall -Wstrict-prototypes -Winline -pipe -I../obd +KFLAGS = -O2 -Wall -Wstrict-prototypes -pipe -I../obd endif CPPFLAGS = $(PCDEBUG) -D__KERNEL__ -DMODULE -I../include \ @@ -17,7 +17,7 @@ COFLAGS = -kv CFLAGS= $(KFLAGS) $(MFLAG) -SRCS=sysctl.c super.c +SRCS=file.c dir.c sysctl.c super.c rw.c namei.c OBJS=$(SRCS:%.c=%.o) MODULES = obdfs.o