2011-11-16 17:11:13 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
KMOD= sfxge
|
|
|
|
|
|
|
|
SFXGE= ${.CURDIR}/../../dev/sfxge
|
|
|
|
|
|
|
|
SRCS= device_if.h bus_if.h pci_if.h
|
2015-02-28 19:01:43 +00:00
|
|
|
SRCS+= opt_inet.h opt_inet6.h opt_sched.h
|
2011-11-16 17:11:13 +00:00
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../dev/sfxge
|
|
|
|
SRCS+= sfxge.c sfxge_dma.c sfxge_ev.c
|
2015-05-25 08:34:55 +00:00
|
|
|
SRCS+= sfxge_intr.c sfxge_mcdi.c sfxge_nvram.c
|
2011-11-16 17:11:13 +00:00
|
|
|
SRCS+= sfxge_port.c sfxge_rx.c sfxge_tx.c
|
2015-03-17 08:21:31 +00:00
|
|
|
SRCS+= sfxge.h sfxge_rx.h sfxge_tx.h sfxge_version.h
|
2011-11-16 17:11:13 +00:00
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../dev/sfxge/common
|
2015-05-25 08:34:55 +00:00
|
|
|
SRCS+= efx_bootcfg.c efx_crc32.c efx_ev.c efx_intr.c efx_mac.c
|
|
|
|
SRCS+= efx_mcdi.c efx_mon.c efx_nic.c
|
2011-11-16 17:11:13 +00:00
|
|
|
SRCS+= efx_nvram.c efx_phy.c efx_port.c efx_rx.c efx_sram.c efx_tx.c
|
2015-05-25 08:34:55 +00:00
|
|
|
SRCS+= efx_vpd.c efx_wol.c efx_filter.c efx_hash.c
|
2015-02-22 18:57:28 +00:00
|
|
|
SRCS+= efsys.h
|
2015-05-25 08:34:55 +00:00
|
|
|
SRCS+= efx.h efx_check.h efx_impl.h efx_mcdi.h efx_regs.h efx_regs_ef10.h
|
|
|
|
SRCS+= efx_regs_mcdi.h efx_regs_pci.h efx_types.h efx_phy_ids.h
|
|
|
|
SRCS+= ef10_tlv_layout.h
|
2011-11-16 17:11:13 +00:00
|
|
|
|
2015-05-25 08:34:55 +00:00
|
|
|
SRCS+= mcdi_mon.c mcdi_mon.h
|
|
|
|
|
|
|
|
SRCS+= siena_mac.c siena_mcdi.c siena_nic.c siena_nvram.c siena_phy.c
|
2015-03-24 11:22:12 +00:00
|
|
|
SRCS+= siena_sram.c siena_vpd.c
|
2015-02-22 18:57:28 +00:00
|
|
|
SRCS+= siena_flash.h siena_impl.h
|
2011-11-16 17:11:13 +00:00
|
|
|
|
2015-05-25 08:34:55 +00:00
|
|
|
SRCS+= hunt_ev.c hunt_intr.c hunt_mac.c hunt_mcdi.c hunt_nic.c
|
|
|
|
SRCS+= hunt_nvram.c hunt_rx.c hunt_phy.c hunt_sram.c hunt_tx.c hunt_vpd.c
|
|
|
|
SRCS+= hunt_filter.c
|
|
|
|
SRCS+= hunt_impl.h
|
|
|
|
|
2015-05-29 05:44:56 +00:00
|
|
|
# Extra debug checks
|
|
|
|
#CFLAGS += -DDEBUG=1
|
2011-11-16 17:11:13 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|