xref: /netbsd/sys/arch/mips/include/Makefile.inc (revision bf9ec67e)
1# $NetBSD: Makefile.inc,v 1.1 2001/10/05 15:36:46 simonb Exp $
2
3# Standard kernel compile flags
4CFLAGS += -G 0 -mno-abicalls -mno-half-pic
5
6# Needed so modules loaded in KSEG2 can make calls to KSEG0
7CFLAGS += -mlong-calls
8