> # ls -l /usr/src/ > total 8 > drwxr-xr-x 17 root root 4096 Jun 9 15:57 kernel-source-2.4.30-3tr/ > lrwxrwxrwx 1 root root 24 Jun 9 11:28 linux -> > kernel-source-2.4.30-3tr/ > drwxr-xr-x 7 root root 4096 Jun 9 11:58 trustix/
this information is not interesting, because ... > # make > > gcc -DMODULE -D__KERNEL__ -DDBG=0 -DT3_JUMBO_RCV_RCB_ENTRY_COUNT=256 > -DNICE_SUPPORT -DPCIX_TARGET_WORKAROUND=1 -DINCLUDE_TBI_SUPPORT > -DINCLUDE_5701_AX_FIX=1 -Wall -Wstrict-prototypes > -I/lib/modules/2.4.30-3tr/build/include -O2 -c -o b57um.o b57um.c > gcc -DMODULE -D__KERNEL__ -DDBG=0 -DT3_JUMBO_RCV_RCB_ENTRY_COUNT=256 > -DNICE_SUPPORT -DPCIX_TARGET_WORKAROUND=1 -DINCLUDE_TBI_SUPPORT > -DINCLUDE_5701_AX_FIX=1 -Wall -Wstrict-prototypes > -I/lib/modules/2.4.30-3tr/build/include -O2 -c -o b57proc.o > b57proc.c ... it is using /lib/modules/2.4.30-3tr/build/include. Show us `cat /lib/modules/2.4.30-3tr/build/include/linux/version.h` instead. Gerald _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
