summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorarybchik <arybchik@FreeBSD.org>2016-01-14 15:52:44 +0000
committerarybchik <arybchik@FreeBSD.org>2016-01-14 15:52:44 +0000
commit9cccbf978b53bcce86f9246cc161727a005d74ee (patch)
treec207f49133d4ff8c8106835c06eed8210d27694f /sys/modules
parentb6ffd9f7493c24b65e2d3f2c383da9629cab1b6e (diff)
downloadFreeBSD-src-9cccbf978b53bcce86f9246cc161727a005d74ee.zip
FreeBSD-src-9cccbf978b53bcce86f9246cc161727a005d74ee.tar.gz
MFC r293734
sfxge: add medford_impl.h, medford_nic.c, ef10_impl.h Creating some files together to do the build system changes in one go. Submitted by: Mark Spender <mspender at solarflare.com> Sponsored by: Solarflare Communications, Inc.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/sfxge/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/modules/sfxge/Makefile b/sys/modules/sfxge/Makefile
index a7b3c0d..c444152 100644
--- a/sys/modules/sfxge/Makefile
+++ b/sys/modules/sfxge/Makefile
@@ -31,11 +31,16 @@ 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_impl.h
+
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
+SRCS+= medford_nic.c
+SRCS+= medford_impl.h
+
# Extra debug checks
#CFLAGS += -DDEBUG=1
OpenPOWER on IntegriCloud