freebsd-dev/sys/modules/bxe/Makefile
David Christensen 4e4007688c Substantial rewrite of bxe(4) to add support for the BCM57712 and
BCM578XX controllers.

Approved by:	re
MFC after:	4 weeks
2013-09-20 20:18:49 +00:00

19 lines
412 B
Makefile

# $FreeBSD$
BXE = ${.CURDIR}/../../dev/bxe
.PATH: ${BXE}
KMOD = if_bxe
SRCS = device_if.h bus_if.h pci_if.h
SRCS += bxe.c \
bxe_stats.c \
bxe_debug.c \
bxe_elink.c \
ecore_sp.c \
57710_init_values.c \
57711_init_values.c \
57712_init_values.c
CFLAGS += -I${BXE}
.include <bsd.kmod.mk>