Home | History | Annotate | Line # | Download | only in compat_netbsd32_16
Makefile revision 1.2
      1  1.2  pgoyette #	$NetBSD: Makefile,v 1.2 2019/01/27 02:08:46 pgoyette Exp $
      2  1.2  pgoyette 
      3  1.2  pgoyette .include "../Makefile.inc"
      4  1.2  pgoyette .include "../Makefile.assym"
      5  1.2  pgoyette 
      6  1.2  pgoyette .PATH:	${S}/compat/netbsd32
      7  1.2  pgoyette 
      8  1.2  pgoyette KMOD=	compat_netbsd32_16
      9  1.2  pgoyette 
     10  1.2  pgoyette CPPFLAGS+=	-DCOMPAT_NETBSD32
     11  1.2  pgoyette CPPFLAGS+=	-DCOMPAT_16 -DCOMPAT_20 -DCOMPAT_30
     12  1.2  pgoyette CPPFLAGS+=	-DCOMPAT_40 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80
     13  1.2  pgoyette CPPFLAGS+=	-I${NETBSDSRCDIR}/sys/external/bsd/libnv/dist
     14  1.2  pgoyette 
     15  1.2  pgoyette SRCS+=	netbsd32_compat_16.c
     16  1.2  pgoyette 
     17  1.2  pgoyette .if ${MACHINE_ARCH} == "x86_64"
     18  1.2  pgoyette .PATH:  ${S}/arch/amd64/amd64
     19  1.2  pgoyette SRCS+=  netbsd32_sigcode.S
     20  1.2  pgoyette SRCS+=	netbsd32_machdep_16.c
     21  1.2  pgoyette .endif
     22  1.2  pgoyette 
     23  1.2  pgoyette .if ${MACHINE_ARCH} == "arm"
     24  1.2  pgoyette .PATH:	${S}/arch/arm/arm32
     25  1.2  pgoyette SRCS+=	netbsd32_machdep_16.c
     26  1.2  pgoyette .endif
     27  1.2  pgoyette 
     28  1.2  pgoyette .include <bsd.kmodule.mk>
     29