Add support file for 82599 in Makefile
MFC after: 2 weeks
This commit is contained in:
parent
0ac6dfec68
commit
b8ee200357
@ -4,7 +4,8 @@ KMOD = ixgbe
|
||||
SRCS = device_if.h bus_if.h pci_if.h
|
||||
SRCS += ixgbe.c
|
||||
# Shared source
|
||||
SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_82598.c
|
||||
SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c
|
||||
SRCS += ixgbe_82599.c ixgbe_82598.c
|
||||
CFLAGS+= -I${.CURDIR}/../../dev/ixgbe
|
||||
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user