summaryrefslogtreecommitdiffstats
path: root/sys/modules/cxgb/Makefile
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2008-02-26 03:02:20 +0000
committerkmacy <kmacy@FreeBSD.org>2008-02-26 03:02:20 +0000
commit3c2b753612b7a8288525cdf8481727ac73cb25ef (patch)
treee4dabfbcd90a45ff6c8ded3887a3e5cd387cf560 /sys/modules/cxgb/Makefile
parentb54152091e62752ddc63ffffe7c4735b80a73cdb (diff)
downloadFreeBSD-src-3c2b753612b7a8288525cdf8481727ac73cb25ef.zip
FreeBSD-src-3c2b753612b7a8288525cdf8481727ac73cb25ef.tar.gz
Move firmware in to separate module that can be compiled statically in to the kernel
Add utility for converting future firmware revs to a C header file
Diffstat (limited to 'sys/modules/cxgb/Makefile')
-rw-r--r--sys/modules/cxgb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/cxgb/Makefile b/sys/modules/cxgb/Makefile
index ef633e7..1b49e70 100644
--- a/sys/modules/cxgb/Makefile
+++ b/sys/modules/cxgb/Makefile
@@ -3,5 +3,6 @@ SUBDIR= cxgb
SUBDIR+= toecore
SUBDIR+= tom
#SUBDIR+= iw_cxgb
+SUBDIR+= cxgb_t3fw
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud