193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
12 lines
253 B
Makefile
12 lines
253 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/en
|
|
|
|
KMOD= if_en
|
|
SRCS= if_en_pci.c midway.c device_if.h bus_if.h pci_if.h
|
|
SRCS+= opt_inet.h opt_natm.h opt_ddb.h
|
|
CFLAGS+= -DENABLE_BPF
|
|
# CFLAGS+= -DINVARIANT_SUPPORT -DINVARIANTS -DEN_DEBUG=0
|
|
|
|
.include <bsd.kmod.mk>
|