From 9c17aacae962358244ba44f1ddbb8854d7621647 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 6 Sep 2009 02:17:05 +0200 Subject: [PATCH 09/12] Palm: integration into OpenBSD tree --- Makefile.cross | 3 ++- lib/libarch/arm/Makefile | 2 +- sys/Makefile | 2 +- sys/dev/microcode/atmel/Makefile | 2 +- sys/dev/microcode/kue/Makefile | 2 +- sys/dev/microcode/rum/Makefile | 2 +- sys/dev/microcode/symbol/Makefile | 3 ++- sys/dev/microcode/tusb3410/Makefile | 2 +- sys/dev/microcode/zydas/Makefile | 2 +- usr.sbin/hotplugd/Makefile | 2 +- usr.sbin/wsconscfg/Makefile | 2 +- usr.sbin/wsfontload/Makefile | 2 +- 12 files changed, 14 insertions(+), 12 deletions(-) diff --git a/Makefile.cross b/Makefile.cross index 24fa731..a1ab519 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -6,7 +6,8 @@ cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var # Have to compute TARGET_ARCH directly in the Makefile, for .if tests involving # this variable to work. -.if (${TARGET} == "armish" || ${TARGET} == "zaurus") +.if (${TARGET} == "armish" || ${TARGET} == "zaurus" || \ + ${TARGET} == "palm") TARGET_ARCH= arm .elif (${TARGET} == "hp300" || ${TARGET} == "mac68k" || \ ${TARGET} == "mvme68k") diff --git a/lib/libarch/arm/Makefile b/lib/libarch/arm/Makefile index b35cc25..3efa8c1 100644 --- a/lib/libarch/arm/Makefile +++ b/lib/libarch/arm/Makefile @@ -3,7 +3,7 @@ MAN+= arm_sync_icache.2 arm_drain_writebuf.2 MANSUBDIR=armish zaurus -.if ${MACHINE} == "armish" || ${MACHINE} == "zaurus" +.if ${MACHINE} == "armish" || ${MACHINE} == "zaurus" || ${MACHINE} == "palm" NOPIC= SRCS+= arm_sync_icache.c arm_drain_writebuf.c .include diff --git a/sys/Makefile b/sys/Makefile index 086d636..78ab981 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -5,7 +5,7 @@ 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 diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile index fe9de8e..72fe57b 100644 --- a/sys/dev/microcode/atmel/Makefile +++ b/sys/dev/microcode/atmel/Makefile @@ -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 6334649..b3d411e 100644 --- a/sys/dev/microcode/kue/Makefile +++ b/sys/dev/microcode/kue/Makefile @@ -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 c3b7e26..3e94d81 100644 --- a/sys/dev/microcode/rum/Makefile +++ b/sys/dev/microcode/rum/Makefile @@ -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 aa1c875..78397bc 100644 --- a/sys/dev/microcode/symbol/Makefile +++ b/sys/dev/microcode/symbol/Makefile @@ -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 dd849f0..6a4798c 100644 --- a/sys/dev/microcode/tusb3410/Makefile +++ b/sys/dev/microcode/tusb3410/Makefile @@ -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 10ab105..ba4d819 100644 --- a/sys/dev/microcode/zydas/Makefile +++ b/sys/dev/microcode/zydas/Makefile @@ -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 diff --git a/usr.sbin/hotplugd/Makefile b/usr.sbin/hotplugd/Makefile index 580b9ac..d788f34 100644 --- a/usr.sbin/hotplugd/Makefile +++ b/usr.sbin/hotplugd/Makefile @@ -5,7 +5,7 @@ ${MACHINE} == "hppa" || ${MACHINE} == "landisk" || \ ${MACHINE} == "macppc" || ${MACHINE} == "sgi" || \ ${MACHINE} == "socppc" || ${MACHINE} == "sparc64" || \ - ${MACHINE} == "zaurus" + ${MACHINE} == "zaurus" || ${MACHINE} == "palm" PROG= hotplugd SRCS= hotplugd.c diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile index 62975b8..3f11138 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -7,7 +7,7 @@ ${MACHINE} == "sgi" || ${MACHINE} == "sparc" || \ ${MACHINE} == "sparc64" || ${MACHINE} == "vax" || \ ${MACHINE} == "zaurus" || ${MACHINE} == "landisk" || \ - ${MACHINE} == "socppc" + ${MACHINE} == "socppc" || ${MACHINE} == "palm" PROG= wsconscfg SRCS= wsconscfg.c diff --git a/usr.sbin/wsfontload/Makefile b/usr.sbin/wsfontload/Makefile index ec55a72..f42cc23 100644 --- a/usr.sbin/wsfontload/Makefile +++ b/usr.sbin/wsfontload/Makefile @@ -2,7 +2,7 @@ .if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \ ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ - ${MACHINE} == "zaurus" + ${MACHINE} == "zaurus" || ${MACHINE} == "palm" PROG= wsfontload SRCS= wsfontload.c -- 1.6.3.4