From e318b68d30259e199793496d10faa5f07d1d286f Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Tue, 8 Mar 2005 11:45:37 +0000 Subject: make and install some extra firmwares "just do it" deraadt@ --- sys/dev/microcode/atmel/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sys/dev/microcode/atmel/Makefile') 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 -- cgit v1.2.3