aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sfxge/Makefile
diff options
context:
space:
mode:
authorAndrew Rybchenko <arybchik@FreeBSD.org>2016-05-13 06:54:18 +0000
committerAndrew Rybchenko <arybchik@FreeBSD.org>2016-05-13 06:54:18 +0000
commitf6078949dadfc786eb242e25c75bf072ef514dd8 (patch)
tree3e4ce4242ee2d3c3edb1aca308d42f7f8e8bbc46 /sys/modules/sfxge/Makefile
parentfe7e969e7aada0a57d73455c94cd8ceac4cb9266 (diff)
downloadsrc-f6078949dadfc786eb242e25c75bf072ef514dd8.tar.gz
src-f6078949dadfc786eb242e25c75bf072ef514dd8.zip
sfxge(4): move ef10_ev_* to ef10_ev.c
Submitted by: Andy Moreton <amoreton at solarflare.com> Sponsored by: Solarflare Communications, Inc. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=299596
Diffstat (limited to 'sys/modules/sfxge/Makefile')
-rw-r--r--sys/modules/sfxge/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/sfxge/Makefile b/sys/modules/sfxge/Makefile
index 9fa9855cdd50..773e78000285 100644
--- a/sys/modules/sfxge/Makefile
+++ b/sys/modules/sfxge/Makefile
@@ -29,9 +29,10 @@ SRCS+= siena_mac.c siena_mcdi.c siena_nic.c siena_nvram.c siena_phy.c
SRCS+= siena_sram.c siena_vpd.c
SRCS+= siena_flash.h siena_impl.h
+SRCS+= ef10_ev.c
SRCS+= ef10_impl.h
-SRCS+= hunt_ev.c hunt_intr.c hunt_mac.c hunt_mcdi.c hunt_nic.c
+SRCS+= hunt_intr.c hunt_mac.c hunt_mcdi.c hunt_nic.c
SRCS+= hunt_nvram.c hunt_rx.c hunt_phy.c hunt_tx.c hunt_vpd.c
SRCS+= hunt_filter.c
SRCS+= hunt_impl.h