freebsd-dev/sys/modules/bxe/Makefile
David C Somayajulu 4ef8ebfd62 Upgrade the firmware carried in driver and loaded during hardware
initialization (a.k.a STORM firmware) to version 7.13.1 (latest version)
2016-02-25 22:44:00 +00:00

23 lines
470 B
Makefile

# $FreeBSD$
SYSDIR ?= ${.CURDIR}/../..
BXE = ${SYSDIR}/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}
CFLAGS += -Wno-shift-negative-value
.include <bsd.kmod.mk>