diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-06-20 05:04:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-06-20 05:04:12 +0000 |
commit | 17bfc52af1bb5de2bb4c247c610a4bd292059dd0 (patch) | |
tree | d11afde355e9b82dd51d24c3b25e7a6fed80efcb /sys | |
parent | 49090288fd2aa15edbcafef55240b8e4fecc573c (diff) |
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> |