From 3e560c53931899227ae2c5f92d8f0ab33c1cd26c Mon Sep 17 00:00:00 2001 From: Navdeep Parhar Date: Sat, 23 Jul 2016 15:12:03 +0000 Subject: [PATCH] Fix kernel builds with "device cxgbe". --- sys/conf/files | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/files b/sys/conf/files index 7a41e668fcc8..549c5659ff1f 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1243,6 +1243,7 @@ dev/cxgb/sys/uipc_mvec.c optional cxgb pci \ compile-with "${NORMAL_C} -I$S/dev/cxgb" dev/cxgb/cxgb_t3fw.c optional cxgb cxgb_t3fw \ compile-with "${NORMAL_C} -I$S/dev/cxgb" +dev/cxgbe/t4_if.m optional cxgbe pci dev/cxgbe/t4_iov.c optional cxgbe pci \ compile-with "${NORMAL_C} -I$S/dev/cxgbe" dev/cxgbe/t4_mp_ring.c optional cxgbe pci \