summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/atmel
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-03-25 17:40:12 +0000
committerderaadt <deraadt@openbsd.org>2013-03-25 17:40:12 +0000
commitb1097d19c646ce2eb971cb43b07608f52338ba83 (patch)
treea95ca274f9e39ab264df7c899685738a79752676 /sys/dev/microcode/atmel
parentgumstix was never finished (diff)
downloadwireguard-openbsd-b1097d19c646ce2eb971cb43b07608f52338ba83.tar.xz
wireguard-openbsd-b1097d19c646ce2eb971cb43b07608f52338ba83.zip
these will not be built for palm since it went away
Diffstat (limited to 'sys/dev/microcode/atmel')
-rw-r--r--sys/dev/microcode/atmel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile
index 8521f729f28..d2e04c38861 100644
--- a/sys/dev/microcode/atmel/Makefile
+++ b/sys/dev/microcode/atmel/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.17 2010/01/30 20:48:19 miod Exp $
+# $OpenBSD: Makefile,v 1.18 2013/03/25 17:40:12 deraadt Exp $
NOPROG=
NOMAN=
@@ -10,7 +10,7 @@ CC=${HOSTCC}
${MACHINE} == "armish" || ${MACHINE} == "hppa" || \
${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
- ${MACHINE} == "palm" || ${MACHINE} == "sgi" || \
+ ${MACHINE} == "sgi" || \
${MACHINE} == "sparc64" || ${MACHINE} == "zaurus")
FIRM= atu-intersil-int atu-intersil-ext \