summaryrefslogtreecommitdiffstats
path: root/share/examples/kld/Makefile
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2006-01-29 02:52:42 +0000
committermlaier <mlaier@FreeBSD.org>2006-01-29 02:52:42 +0000
commit719dd1ebedeb2f04bd317ac98154ff85e297f01b (patch)
tree079b229b1f501b3c6590ffcfca8239fa263fc270 /share/examples/kld/Makefile
parent00e2fdfae252b26e637665a0b930e2f81cd28d04 (diff)
downloadFreeBSD-src-719dd1ebedeb2f04bd317ac98154ff85e297f01b.zip
FreeBSD-src-719dd1ebedeb2f04bd317ac98154ff85e297f01b.tar.gz
firmware(9) is a subsystem to load binary data into the kernel via a
specially crafted module. There are several handrolled sollutions to this problem in the tree already which will be replaced with this. They include iwi(4), ipw(4), ispfw(4) and digi(4). No objection from: arch MFC after: 2 weeks X-MFC after: some drivers have been converted
Diffstat (limited to 'share/examples/kld/Makefile')
-rw-r--r--share/examples/kld/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/kld/Makefile b/share/examples/kld/Makefile
index 6c539bd..908f68e 100644
--- a/share/examples/kld/Makefile
+++ b/share/examples/kld/Makefile
@@ -67,6 +67,6 @@
# $FreeBSD$
#
-SUBDIR= cdev syscall dyn_sysctl
+SUBDIR= cdev dyn_sysctl firmware syscall
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud