mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-09 13:42:56 +00:00
if_glxgb: fix stand-alone module build
Fix module build outside of kernel build environment. MFC after: 3 days
This commit is contained in:
parent
809922b010
commit
966e279052
@ -33,6 +33,6 @@
|
||||
|
||||
KMOD= if_qlxgb
|
||||
SRCS= qla_os.c qla_dbg.c qla_hw.c qla_misc.c qla_isr.c qla_ioctl.c
|
||||
SRCS+= device_if.h bus_if.h pci_if.h
|
||||
SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user