]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/bxe/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / bxe / Makefile
1 # $FreeBSD$
2 BXE     = ${.CURDIR}/../../dev/bxe
3 .PATH:  ${BXE}
4
5 KMOD=   if_bxe
6 SRCS    = opt_bxe.h device_if.h bus_if.h pci_if.h
7 SRCS    += if_bxe.c bxe_link.c
8
9 CFLAGS += -I${BXE} -DBXE_TASK
10 #CFLAGS += -DBXE_DEBUG
11 #CFLAGS += -DBXE_NVRAM_WRITE_SUPPORT
12
13 .include <bsd.kmod.mk>