summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-07-29 07:12:01 +0000
committerBruce Evans <bde@FreeBSD.org>1999-07-29 07:12:01 +0000
commit8665be266d62559b5f5a786011db1f7519eb3d41 (patch)
tree7a5763cec209e7a8d633794d28118cd7dd5eb557 /tools
parent64ecbc4d0bed32f0070aed169ebcbe27d00e5e15 (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/kernxref/kernxref.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/kernxref/kernxref.sh b/tools/tools/kernxref/kernxref.sh
index b29e8d6dd7d0..60973b073aa2 100644
--- a/tools/tools/kernxref/kernxref.sh
+++ b/tools/tools/kernxref/kernxref.sh
@@ -7,7 +7,7 @@
# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
# ----------------------------------------------------------------------------
#
-# $Id: kernxref.sh,v 1.10 1998/12/06 21:39:07 archie Exp $
+# $Id: kernxref.sh,v 1.11 1998/12/08 08:14:37 archie Exp $
#
# This shellscript will make a cross reference of the symbols of the LINT
# kernel.
@@ -22,7 +22,7 @@ else
OBJFORMAT=aout;
fi
-OBJFORMAT=${OBJFORMAT} nm -gon `echo *.o /lkm/*.o \
+OBJFORMAT=${OBJFORMAT} nm -gon `echo *.o /modules/*.ko \
| tr ' ' '\012' \
| egrep -v '(aicasm|genassym)'` \
| tr : ' ' | awk '