Home | History | Annotate | Line # | Download | only in ath
      1  1.2  jmcneill #	$NetBSD: Makefile,v 1.2 2011/08/28 15:48:19 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 CPPFLAGS+=	-DINET
     14  1.1  jmcneill 
     15  1.1  jmcneill .include "../ath_hal/Makefile.inc"
     16  1.1  jmcneill .include <bsd.kmodule.mk>
     17