diff options
author | Marek Vasut <marex@cvs.openbsd.org> | 2009-09-09 12:10:36 +0000 |
---|---|---|
committer | Marek Vasut <marex@cvs.openbsd.org> | 2009-09-09 12:10:36 +0000 |
commit | 8936a54ac6c24f8d4b7c3e15f83f90beb2481da7 (patch) | |
tree | 6c6c8156d5ecd146f7bfcea438b9454123574848 /sys/dev/microcode | |
parent | 49a72c91a49e1c9c55249f909e9d7cf06b05a135 (diff) |
Palm: Integration into the tree
OK deraadt@
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r-- | sys/dev/microcode/atmel/Makefile | 4 | ||||
-rw-r--r-- | sys/dev/microcode/kue/Makefile | 4 | ||||
-rw-r--r-- | sys/dev/microcode/rum/Makefile | 4 | ||||
-rw-r--r-- | sys/dev/microcode/symbol/Makefile | 5 | ||||
-rw-r--r-- | sys/dev/microcode/tusb3410/Makefile | 4 | ||||
-rw-r--r-- | sys/dev/microcode/zydas/Makefile | 4 |
6 files changed, 13 insertions, 12 deletions
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 |