From 3d488c41716fd562ab0e3b7caac5ea385e1900d2 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 26 Jan 2017 17:59:54 +0000 Subject: [PATCH] Disconnect netfpga10g module from the build It only builds with the non-default DEVICE_POLLING option. Approved by: bz --- sys/modules/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 0e016f7ce82..24b6a79b1e1 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -265,7 +265,6 @@ SUBDIR= \ ${_nctgpio} \ ${_ncv} \ ${_ndis} \ - netfpga10g \ ${_netgraph} \ ${_nfe} \ nfscl \