05c6aa727f
2. Fixed warning its absence caused in bxe_elink.c MFC after:5 days
22 lines
434 B
Makefile
22 lines
434 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}
|
|
|
|
.include <bsd.kmod.mk>
|