diff options
author | jhb <jhb@FreeBSD.org> | 2016-10-05 00:49:39 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2016-10-05 00:49:39 +0000 |
commit | 02db2d6098f3c88cf3b4fbcb312053be5c8d26dd (patch) | |
tree | 9317243c90a2c3c0acc12d0863f8ee6b5e641576 /sys/conf | |
parent | 8b1fda1e01b8ecff8535cc28d91b6d582330bd6b (diff) | |
download | FreeBSD-src-02db2d6098f3c88cf3b4fbcb312053be5c8d26dd.zip FreeBSD-src-02db2d6098f3c88cf3b4fbcb312053be5c8d26dd.tar.gz |
MFC 303226: Fix kernel builds with "device cxgbe".
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index e524b48..005822f 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1244,6 +1244,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 \ |