freebsd-dev/sys/modules/oce/Makefile
Warner Losh 031beb4e23 sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:54:58 -06:00

15 lines
317 B
Makefile

#
#
.PATH: ${SRCTOP}/sys/dev/oce
KMOD = if_oce
SRCS = oce_if.c oce_hw.c oce_mbox.c oce_util.c oce_queue.c oce_sysctl.c
SRCS += bus_if.h device_if.h pci_if.h opt_inet.h opt_inet6.h
CFLAGS+= -I${SRCTOP}/sys/dev/oce
# uncomment for lock profiling statistics
#CFLAGS += -DLOCK_PROFILING
.include <bsd.kmod.mk>