diff options
author | germeier <germeier> | 2002-09-13 13:07:04 +0000 |
---|---|---|
committer | germeier <germeier> | 2002-09-13 13:07:04 +0000 |
commit | c0c5a77e8220f9d1bcdb46f46527d0ef0ca50359 (patch) | |
tree | 760832d44fbfbeae0095743feaab71c044f2fa8f /kernel/Makefile.in | |
parent | b1d98f797dec067cb43b9e27f1245f4be796d351 (diff) | |
download | mpiosh-c0c5a77e8220f9d1bcdb46f46527d0ef0ca50359.tar.gz mpiosh-c0c5a77e8220f9d1bcdb46f46527d0ef0ca50359.tar.bz2 mpiosh-c0c5a77e8220f9d1bcdb46f46527d0ef0ca50359.zip |
added mpio_sync to libmpio
use mpio_sync in mpiosh
added code to handle aborts in libmpio
Diffstat (limited to 'kernel/Makefile.in')
-rw-r--r-- | kernel/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/Makefile.in b/kernel/Makefile.in index a1a7c68..484222e 100644 --- a/kernel/Makefile.in +++ b/kernel/Makefile.in @@ -80,7 +80,8 @@ STRIP = @STRIP@ VERSION = @VERSION@ INCLUDES = -I/usr/src/linux/include -KCFLAGS = -D__KERNEL__ -I$(INCLUDE) -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -DMODULE +KCFLAGS = -D__KERNEL__ -I$(INCLUDE) -Wall -Wstrict-prototypes -O2 \ + -fomit-frame-pointer -pipe -DMODULE bin_PROGRAMS = mpio.o |