diff options
author | crunchy <crunchy> | 2002-09-12 18:49:34 +0000 |
---|---|---|
committer | crunchy <crunchy> | 2002-09-12 18:49:34 +0000 |
commit | 5833e532a1dd6084bc5775f4672886b9b7e7658e (patch) | |
tree | 82f71bcd8cb82a369f5ba2d251ffbe850c705541 /kernel | |
parent | df9c31d13d161866af5b950061c7470627d99fb0 (diff) | |
download | mpiosh-5833e532a1dd6084bc5775f4672886b9b7e7658e.tar.gz mpiosh-5833e532a1dd6084bc5775f4672886b9b7e7658e.tar.bz2 mpiosh-5833e532a1dd6084bc5775f4672886b9b7e7658e.zip |
mpiosh: some internal changes and support for command sequences
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/Makefile.in b/kernel/Makefile.in index 484222e..a1a7c68 100644 --- a/kernel/Makefile.in +++ b/kernel/Makefile.in @@ -80,8 +80,7 @@ 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 |