Look for symbols in /modules/*.ko, not in /lkm/*.o.

This commit is contained in:
Bruce Evans 1999-07-29 07:12:01 +00:00
parent 64ecbc4d0b
commit 8665be266d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49205

View File

@ -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 '