diff options
author | 2011-06-20 05:04:11 +0000 | |
---|---|---|
committer | 2011-06-20 05:04:11 +0000 | |
commit | 7bade8954b8db0384437fd2802f1acce417c9a8b (patch) | |
tree | 2f59d32f0cc8a4678fcf56361cc06cd5d19e159f /sys | |
parent | isa(4) is an indirect bus, which means that drivers that attach to it (diff) | |
download | wireguard-openbsd-7bade8954b8db0384437fd2802f1acce417c9a8b.tar.xz wireguard-openbsd-7bade8954b8db0384437fd2802f1acce417c9a8b.zip |
build firmware for myx(4)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/microcode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/Makefile b/sys/dev/microcode/Makefile index 0efac96f81e..28eda4e62c2 100644 --- a/sys/dev/microcode/Makefile +++ b/sys/dev/microcode/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.21 2009/12/07 20:36:33 kettenis Exp $ +# $OpenBSD: Makefile,v 1.22 2011/06/20 05:04:11 deraadt Exp $ -SUBDIR= afb atmel bnx cirruslogic fxp kue neomagic ral rum \ +SUBDIR= afb atmel bnx cirruslogic fxp kue neomagic myx ral rum \ symbol tigon tht tusb3410 typhoon udl uyap yds zydas .include <bsd.subdir.mk> |