summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarek Vasut <marex@cvs.openbsd.org>2009-09-09 12:10:36 +0000
committerMarek Vasut <marex@cvs.openbsd.org>2009-09-09 12:10:36 +0000
commit8936a54ac6c24f8d4b7c3e15f83f90beb2481da7 (patch)
tree6c6c8156d5ecd146f7bfcea438b9454123574848 /sys
parent49a72c91a49e1c9c55249f909e9d7cf06b05a135 (diff)
Palm: Integration into the tree
OK deraadt@
Diffstat (limited to 'sys')
-rw-r--r--sys/Makefile4
-rw-r--r--sys/dev/microcode/atmel/Makefile4
-rw-r--r--sys/dev/microcode/kue/Makefile4
-rw-r--r--sys/dev/microcode/rum/Makefile4
-rw-r--r--sys/dev/microcode/symbol/Makefile5
-rw-r--r--sys/dev/microcode/tusb3410/Makefile4
-rw-r--r--sys/dev/microcode/zydas/Makefile4
7 files changed, 15 insertions, 14 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 64c8d37f813..19b7356cca5 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.31 2008/05/15 20:19:11 kettenis Exp $
+# $OpenBSD: Makefile,v 1.32 2009/09/09 12:10:35 marex Exp $
# $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $
SUBDIR= dev/microcode \
arch/alpha arch/amd64 arch/armish arch/aviion arch/hp300 \
arch/hppa arch/hppa64 arch/i386 arch/landisk arch/luna88k \
arch/m68k arch/mac68k arch/macppc arch/mvme68k \
- arch/mvme88k arch/mvmeppc arch/sgi arch/socppc \
+ arch/mvme88k arch/mvmeppc arch/palm arch/sgi arch/socppc \
arch/solbourne arch/sparc arch/sparc64 arch/vax arch/zaurus
.include <bsd.subdir.mk>
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile
index da41e5a7723..9b76f057748 100644
--- a/sys/dev/microcode/atmel/Makefile
+++ b/sys/dev/microcode/atmel/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.15 2007/08/01 21:42:43 deraadt Exp $
+# $OpenBSD: Makefile,v 1.16 2009/09/09 12:10:35 marex Exp $
NOPROG=
NOMAN=
@@ -10,7 +10,7 @@ CC=${HOSTCC}
(${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \
(${MACHINE} == "i386") || (${MACHINE} == "sgi") || \
(${MACHINE} == "sparc64") || (${MACHINE} == "zaurus") || \
- (${MACHINE} == "landisk")
+ (${MACHINE} == "landisk") || (${MACHINE} == "palm")
FIRM= atu-intersil-int atu-intersil-ext \
atu-rfmd-int atu-rfmd-ext \
diff --git a/sys/dev/microcode/kue/Makefile b/sys/dev/microcode/kue/Makefile
index 6974858edd7..ce7a5d668e1 100644
--- a/sys/dev/microcode/kue/Makefile
+++ b/sys/dev/microcode/kue/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2007/08/01 21:42:43 deraadt Exp $
+# $OpenBSD: Makefile,v 1.9 2009/09/09 12:10:35 marex Exp $
NOPROG=
NOMAN=
@@ -10,7 +10,7 @@ CC=${HOSTCC}
(${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \
(${MACHINE} == "i386") || (${MACHINE} == "sgi") || \
(${MACHINE} == "sparc64") || (${MACHINE} == "zaurus") || \
- (${MACHINE} == "landisk")
+ (${MACHINE} == "landisk") || (${MACHINE} == "palm")
FIRM= kue
diff --git a/sys/dev/microcode/rum/Makefile b/sys/dev/microcode/rum/Makefile
index 43d54a049fb..10e982a2ed2 100644
--- a/sys/dev/microcode/rum/Makefile
+++ b/sys/dev/microcode/rum/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2009/05/15 15:53:55 damien Exp $
+# $OpenBSD: Makefile,v 1.9 2009/09/09 12:10:35 marex Exp $
NOPROG=
NOMAN=
@@ -10,7 +10,7 @@ CC=${HOSTCC}
(${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \
(${MACHINE} == "i386") || (${MACHINE} == "sgi") || \
(${MACHINE} == "sparc64") || (${MACHINE} == "zaurus") || \
- (${MACHINE} == "landisk")
+ (${MACHINE} == "landisk") || (${MACHINE} == "palm")
FIRM= rum-rt2573 run-rt2870 run-rt3071
diff --git a/sys/dev/microcode/symbol/Makefile b/sys/dev/microcode/symbol/Makefile
index 1ec9c674cb8..91c8f5d5fea 100644
--- a/sys/dev/microcode/symbol/Makefile
+++ b/sys/dev/microcode/symbol/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2007/04/05 23:41:20 drahn Exp $
+# $OpenBSD: Makefile,v 1.7 2009/09/09 12:10:35 marex Exp $
NOPROG=
NOMAN=
@@ -8,7 +8,8 @@ CC=${HOSTCC}
.if (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \
(${MACHINE} == "sparc") || (${MACHINE} == "sparc64") || \
(${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \
- (${MACHINE} == "sgi") || (${MACHINE} == "zaurus")
+ (${MACHINE} == "sgi") || (${MACHINE} == "zaurus") || \
+ (${MACHINE} == "palm")
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
diff --git a/sys/dev/microcode/tusb3410/Makefile b/sys/dev/microcode/tusb3410/Makefile
index 9ec6f4c527a..0878da1daf7 100644
--- a/sys/dev/microcode/tusb3410/Makefile
+++ b/sys/dev/microcode/tusb3410/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2007/11/19 23:36:40 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2009/09/09 12:10:35 marex Exp $
NOPROG=
NOMAN=
@@ -10,7 +10,7 @@ CC=${HOSTCC}
(${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "hppa") || \
(${MACHINE} == "hppa64") || (${MACHINE} == "sgi") || \
(${MACHINE} == "landisk") || (${MACHINE} == "armish") || \
- (${MACHINE} == "zaurus")
+ (${MACHINE} == "zaurus") || (${MACHINE} == "palm")
FIRM= tusb3410
diff --git a/sys/dev/microcode/zydas/Makefile b/sys/dev/microcode/zydas/Makefile
index 11fcf740ed1..ad3bc621fc7 100644
--- a/sys/dev/microcode/zydas/Makefile
+++ b/sys/dev/microcode/zydas/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2008/05/06 00:09:53 deraadt Exp $
+# $OpenBSD: Makefile,v 1.8 2009/09/09 12:10:35 marex Exp $
NOPROG=
NOMAN=
@@ -10,7 +10,7 @@ CC=${HOSTCC}
(${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \
(${MACHINE} == "i386") || (${MACHINE} == "sgi") || \
(${MACHINE} == "sparc64") || (${MACHINE} == "zaurus") || \
- (${MACHINE} == "landisk")
+ (${MACHINE} == "landisk") || (${MACHINE} == "palm")
FIRM= zd1211 zd1211b