Home | History | Annotate | Line # | Download | only in ath
Makefile revision 1.1
      1  1.1  jmcneill #	$NetBSD: Makefile,v 1.1 2011/02/20 03:58:33 jmcneill Exp $
      2  1.1  jmcneill 
      3  1.1  jmcneill .include "../Makefile.inc"
      4  1.1  jmcneill 
      5  1.1  jmcneill .PATH:	${S}/dev/ic
      6  1.1  jmcneill 
      7  1.1  jmcneill KMOD=	ath
      8  1.1  jmcneill 
      9  1.1  jmcneill SRCS=	ath.c \
     10  1.1  jmcneill 	ath_netbsd.c \
     11  1.1  jmcneill 	athrate-sample.c
     12  1.1  jmcneill 
     13  1.1  jmcneill WARNS=		3
     14  1.1  jmcneill CPPFLAGS+=	-DINET
     15  1.1  jmcneill 
     16  1.1  jmcneill .include "../ath_hal/Makefile.inc"
     17  1.1  jmcneill .include <bsd.kmodule.mk>
     18