diff options
author | 2005-02-14 13:41:49 +0000 | |
---|---|---|
committer | 2005-02-14 13:41:49 +0000 | |
commit | b57040e6b208c6824e7c61d2c0750ed25aab5b70 (patch) | |
tree | 52741c9fe8ea08cf10adf8b0395fab2ddeb01d5e /sys/dev/microcode/atmel | |
parent | From NetBSD: (diff) | |
download | wireguard-openbsd-b57040e6b208c6824e7c61d2c0750ed25aab5b70.tar.xz wireguard-openbsd-b57040e6b208c6824e7c61d2c0750ed25aab5b70.zip |
atu is enabled on zaurus so build the firmwares for it too.
ok drahn@
Diffstat (limited to 'sys/dev/microcode/atmel')
-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 \ |