summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-12-20 12:29:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-12-20 12:29:41 +0000
commit3e3869cfef1a8e75c93b0337c3e50d80fb063881 (patch)
tree342bb2ce1f238f5748765d46b6ce6c1442ed3a32 /sys/dev/microcode/Makefile
parent58752baf6c05162c1e86192572fb1b9df4719351 (diff)
firmware loading from the filesystem. pci subsystem type things
are still done early, but audio subsystem setup is deferred till after root is mounted. tested by mcbride
Diffstat (limited to 'sys/dev/microcode/Makefile')
-rw-r--r--sys/dev/microcode/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/Makefile b/sys/dev/microcode/Makefile
index 9b5e36e5d36..ff73b6fe833 100644
--- a/sys/dev/microcode/Makefile
+++ b/sys/dev/microcode/Makefile
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile,v 1.8 2004/12/19 16:06:50 deraadt Exp $
+# $OpenBSD: Makefile,v 1.9 2004/12/20 12:29:40 deraadt Exp $
-SUBDIR= atmel tigon neomagic symbol kue typhoon uyap cirruslogic
+SUBDIR= atmel tigon neomagic symbol kue typhoon uyap cirruslogic yds
.include <bsd.subdir.mk>