freebsd-dev/sys/modules/cxgb/Makefile
Kip Macy 404825a72b 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
2008-02-26 03:02:20 +00:00

9 lines
118 B
Makefile

# $FreeBSD$
SUBDIR= cxgb
SUBDIR+= toecore
SUBDIR+= tom
#SUBDIR+= iw_cxgb
SUBDIR+= cxgb_t3fw
.include <bsd.subdir.mk>