diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-02-14 13:41:50 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-02-14 13:41:50 +0000 |
commit | 43caae512abecef3c45a78efb872296d117334e5 (patch) | |
tree | 34f60e40777ac5520101c0cf9db3b8f200578780 /sys/dev/microcode/atmel/Makefile | |
parent | bdb403c076874cfd446b0d2e1630fcabdd09adb8 (diff) |
atu is enabled on zaurus so build the firmwares for it too.
ok drahn@
Diffstat (limited to 'sys/dev/microcode/atmel/Makefile')
-rw-r--r-- | sys/dev/microcode/atmel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile index f56eb9e8dfb..22406e6001e 100644 --- a/sys/dev/microcode/atmel/Makefile +++ b/sys/dev/microcode/atmel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2004/12/19 16:19:42 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2005/02/14 13:41:49 dlg Exp $ NOPROG= NOMAN= @@ -8,7 +8,7 @@ NOMAN= (${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \ (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "cats") || \ (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \ - (${MACHINE} == "sgi") + (${MACHINE} == "sgi") || (${MACHINE} == "zaurus") FIRM= atu-intersil-int atu-intersil-ext \ atu-rfmd-int atu-rfmd-ext \ |