netbsd/sys/modules/ath/Makefile
2013-04-06 16:48:33 +02:00

17 lines
250 B
Makefile

# $NetBSD: Makefile,v 1.2 2011/08/28 15:48:19 jmcneill Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev/ic
KMOD= ath
SRCS= ath.c \
ath_netbsd.c \
athrate-sample.c
CPPFLAGS+= -DINET
.include "../ath_hal/Makefile.inc"
.include <bsd.kmodule.mk>