diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-06 00:01:51 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-06 00:01:51 +0000 |
commit | 450766661fab1f3d45ec29ad4e91183d4e8be834 (patch) | |
tree | da9cb4f509dc2e1619cc98525235ffc65c6f2c29 /sys/dev/microcode/ral | |
parent | f042d412f597bd02480f568d91aa3cb4373027cd (diff) |
System build pieces for armish arch.
Diffstat (limited to 'sys/dev/microcode/ral')
-rw-r--r-- | sys/dev/microcode/ral/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/microcode/ral/Makefile b/sys/dev/microcode/ral/Makefile index d279392c5cb..dc358f20d29 100644 --- a/sys/dev/microcode/ral/Makefile +++ b/sys/dev/microcode/ral/Makefile @@ -1,14 +1,14 @@ -# $OpenBSD: Makefile,v 1.1 2006/01/09 20:03:40 damien Exp $ +# $OpenBSD: Makefile,v 1.2 2006/06/06 00:01:50 drahn Exp $ NOPROG= NOMAN= # PCI capable systems only -.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ - (${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \ - (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "cats") || \ - (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \ - (${MACHINE} == "sgi") +.if (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "alpha") || \ + (${MACHINE} == "amd64") || (${MACHINE} == "armish") || \ + (${MACHINE} == "cats") || (${MACHINE} == "hppa") || \ + (${MACHINE} == "hppa64") || (${MACHINE} == "i386") || \ + (${MACHINE} == "sgi") || (${MACHINE} == "sparc64") FIRM= ral-rt2561 ral-rt2561s ral-rt2661 |