On Sun, October 14, 2007 03:59, Darren Reed wrote: > Ken Jones wrote: > >> ... >> Don't know if it was necessary, but I altered the above and it is working. >> I added sparcv9 into the paths below as well as altering the if statement. >> >> >> ld -dy -Ndrv/sparcv9/ip -Nmisc/sparcv9/neti -Nmisc/sparcv9/md5 -r >> $(MODOBJS) >> -o $@; \ >> >> > > Can you please verify that it works without the "sparcv9" in that "ld" line? > > > It should work without as it does for amd64. The kernel should do a limited > search for the module if it doesn't see it in the immediate directory. > > Thanks, > Darren > > > Works fine without adding sparcv9 to the ld line.
- Ken
