/***************************************/
/* Options for the tiglusb kernel module */
/***************************************/

tiglusb.o: the TI-GRAPH LINK USB (aka SilverLink) link cable driver for TI
	graphing calculators

insmod args:
	no args !

-------------------
/*
 * Compile with (JB): (on PPC)
gcc -D__KERNEL__ -I/usr/src/linux-2.4.9-ppc-xfs/include  -Wall -Wstrict-prototy\pes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -D\__powerpc__ -fsigned-char -msoft-float -pipe -ffixed-r2 -Wno-uninitialized -mmu\ltiple -mstring -DMODULE   -c -o tiglusb.o tiglusb.c
 */

/*
 * Compile with (RL): (on x86)
gcc -I. -I /usr/src/linux/drivers/misc -I/usr/src/linux/include -D__KERNEL__ -I\/root/devel/tidevices_project/tiglusb_dev/module/include -Wall -Wstrict-prototype\s
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe \-mpreferred-stack-boundary=2 -march=k6 -DMODULE   -c -o tiglusb.o tiglusb.c
 */
