diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-03-08 11:45:37 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-03-08 11:45:37 +0000 |
commit | e318b68d30259e199793496d10faa5f07d1d286f (patch) | |
tree | 3a4d30dec964633fa41369ee4050145ef6f41ffa /sys/dev/microcode/atmel/Makefile | |
parent | c294093516310862adda9d8c5bec3c2099820463 (diff) |
make and install some extra firmwares
"just do it" deraadt@
Diffstat (limited to 'sys/dev/microcode/atmel/Makefile')
-rw-r--r-- | sys/dev/microcode/atmel/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile index 22406e6001e..7be5ef63e32 100644 --- a/sys/dev/microcode/atmel/Makefile +++ b/sys/dev/microcode/atmel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2005/02/14 13:41:49 dlg Exp $ +# $OpenBSD: Makefile,v 1.9 2005/03/08 11:45:36 dlg Exp $ NOPROG= NOMAN= @@ -13,7 +13,10 @@ NOMAN= FIRM= atu-intersil-int atu-intersil-ext \ atu-rfmd-int atu-rfmd-ext \ atu-rfmd2958-int atu-rfmd2958-ext \ - atu-rfmd2958smc-int atu-rfmd2958smc-ext + atu-rfmd2958smc-int atu-rfmd2958smc-ext \ + atu-at76c503-i3863-int atu-at76c503-i3863-ext \ + atu-at76c503-rfmd-acc-int atu-at76c503-rfmd-acc-ext \ + atu-at76c5050rfmd-int atu-at76c5050rfmd-ext CLEANFILES+= ${FIRM} build |