NetBSD/sys/arch/mips
simonb 4471b94432 This Makefile.inc is used for building LKMS - add the standard MIPS
kernel compile flags as well as "-mlong-calls" so that calls from the
LKM in KSEG2 work to the kernel in KSEG0.

MIPS LKMs now build and can be loaded with the right Magick command line
args to modload(8).  Changes to modload coming...

Thanks to Chris Demetriou for pointing out the -mlong-calls gcc option
that had been staring me in the face all along.
2001-10-05 15:36:46 +00:00
..
bonito Add some macros to decode the BONITO revision register. 2001-06-25 20:15:03 +00:00
conf Use ".-include" instead of the ".if exists(...) ..." dance. 2001-10-05 15:14:18 +00:00
include This Makefile.inc is used for building LKMS - add the standard MIPS 2001-10-05 15:36:46 +00:00
mips Added Linux emulation support to Mips port 2001-09-22 21:29:20 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
Makefile.inc