aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjal2 <jal2>2004-06-13 22:03:08 +0000
committerjal2 <jal2>2004-06-13 22:03:08 +0000
commita3977f4496866df666852eec5ff012fa9a8923ff (patch)
tree109e56650b61daddf37082eac3ea40910e420aaf /Makefile
parent49e1a126133143a47513fb98fe441022441e5a2e (diff)
Nick Jones' patch to fix the crash with kernel versions with 4KSTACKS set (2.6.5+) when iwconfgi is called
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index b1887d6..5d1ccc3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-#$Id: Makefile,v 1.32 2004/06/12 10:59:59 jal2 Exp $
+#$Id: Makefile,v 1.33 2004/06/13 22:03:08 jal2 Exp $
-VERSION = 0.12beta13
+VERSION = 0.12beta14
CC=gcc
@@ -94,11 +94,6 @@ TAR = tar
all: $(MODULES)
-TAGS:
- rm -f TAGS
-# find $(KERNEL_SRC)/ -name '*.[ch]' | xargs etags --append
- etags --append $(SRCS) $(HDRS)
-
install:
mkdir -p $(MODULE_DIR)
for f in $(MODULES); do install -m 644 -o 0 -g 0 $$f $(MODULE_DIR)/$$f; done
@@ -122,6 +117,10 @@ uninstall:
endif
+TAGS:
+ rm -f TAGS
+ etags --append $(SRCS) $(HDRS)
+
clean:
rm -f core *.o *~ a.out *.d
rm -f *.ko *.mod.c .*.cmd