Look for modules in /boot/kernel these days.

This commit is contained in:
Poul-Henning Kamp 2001-01-18 22:36:34 +00:00
parent 097b422067
commit 5683c3dd1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71226

View File

@ -22,7 +22,7 @@ else
OBJFORMAT=aout;
fi
OBJFORMAT=${OBJFORMAT} nm -gon `echo *.o /modules/*.ko \
OBJFORMAT=${OBJFORMAT} nm -gon `echo *.o /boot/kernel/*.ko \
| tr ' ' '\012' \
| egrep -v '(aicasm|genassym)'` \
| tr : ' ' | awk '