Home | History | Annotate | Line # | Download | only in include
Makefile.inc revision 1.5.2.1
      1 # $NetBSD: Makefile.inc,v 1.5.2.1 2006/06/19 03:44:52 chap Exp $
      2 
      3 # Standard kernel compile flags
      4 CFLAGS += -G 0 -mno-abicalls
      5 
      6 # Needed so modules loaded in KSEG2 can make calls to KSEG0
      7 CFLAGS += -mlong-calls
      8