opnsense-src/sys/modules/bxe/Makefile
Warner Losh e9ac41698b Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
2024-07-15 16:43:39 -06:00

20 lines
462 B
Makefile

SYSDIR ?= ${SRCTOP}/sys
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>
CWARNFLAGS+= ${NO_WUNUSED_BUT_SET_VARIABLE}