diff options
author | germeier <germeier> | 2002-09-11 17:23:25 +0000 |
---|---|---|
committer | germeier <germeier> | 2002-09-11 17:23:25 +0000 |
commit | edb74ae20741c1d7160c203e1625563e09b2c5f1 (patch) | |
tree | 27b10971041b9bdc73a6b0575bacc494eab5b6b8 /kernel | |
parent | 8dfe4349358e315d86e4e93ff1dacdd189b5504d (diff) | |
download | mpiosh-edb74ae20741c1d7160c203e1625563e09b2c5f1.tar.gz mpiosh-edb74ae20741c1d7160c203e1625563e09b2c5f1.tar.bz2 mpiosh-edb74ae20741c1d7160c203e1625563e09b2c5f1.zip |
removed mpio_tool.c
Diffstat (limited to 'kernel')
-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 |