From 79f6396dbb64404cfaa15fd1476a28b9bf931404 Mon Sep 17 00:00:00 2001 From: arybchik Date: Sun, 1 Jan 2017 19:21:23 +0000 Subject: MFC r310758 sfxge(4): delete hunt_phy.c Submitted by: Mark Spender Sponsored by: Solarflare Communications, Inc. --- sys/modules/sfxge/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules') diff --git a/sys/modules/sfxge/Makefile b/sys/modules/sfxge/Makefile index b30d532..5770eaa 100644 --- a/sys/modules/sfxge/Makefile +++ b/sys/modules/sfxge/Makefile @@ -33,7 +33,7 @@ SRCS+= ef10_ev.c ef10_filter.c ef10_intr.c ef10_mac.c ef10_mcdi.c ef10_nic.c SRCS+= ef10_nvram.c ef10_phy.c ef10_rx.c ef10_tx.c ef10_vpd.c SRCS+= ef10_impl.h -SRCS+= hunt_nic.c hunt_phy.c +SRCS+= hunt_nic.c SRCS+= hunt_impl.h SRCS+= medford_nic.c -- cgit v1.1