diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-10-04 17:46:10 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-10-04 17:46:10 +0000 |
commit | 6201e269cecd1123f4c298ef288cb4fa3f3a0b49 (patch) | |
tree | e96853cfc58ffd97a2bb02d5e86a31ac926ac9b0 /sys/dev/microcode/bwi/Makefile | |
parent | 593cf8686b293ebd8a1ab87d26ff34474c5df585 (diff) |
Import the bwi single firmware-file builder / extractor before we forget
about it. It's not linked into microcode/Makefile.
OK deraadt@
Diffstat (limited to 'sys/dev/microcode/bwi/Makefile')
-rw-r--r-- | sys/dev/microcode/bwi/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/microcode/bwi/Makefile b/sys/dev/microcode/bwi/Makefile new file mode 100644 index 00000000000..a32dda82218 --- /dev/null +++ b/sys/dev/microcode/bwi/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 2007/10/04 17:46:09 mglocker Exp $ + +SUBDIR= build extract + +.include <bsd.subdir.mk> |