summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-05-06 23:14:19 +0000
committersam <sam@FreeBSD.org>2006-05-06 23:14:19 +0000
commit21a71db5cadfbc3003f60874e3f9ad3045026a28 (patch)
tree4f2e6bbb7a38747e8adff3b625a20eb9407dc026 /sys/modules
parentaeb7e925771d9b3f32a63fbabf3ffdaea8e905a9 (diff)
downloadFreeBSD-src-21a71db5cadfbc3003f60874e3f9ad3045026a28.zip
FreeBSD-src-21a71db5cadfbc3003f60874e3f9ad3045026a28.tar.gz
fix build on sparc
MFC after: 1 month
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ath_hal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/ath_hal/Makefile b/sys/modules/ath_hal/Makefile
index 1507d13..f1cf9fc 100644
--- a/sys/modules/ath_hal/Makefile
+++ b/sys/modules/ath_hal/Makefile
@@ -59,6 +59,7 @@ CFLAGS+= -I. -I${HAL}/freebsd -I${HAL}
# patch for hal naming difference
ATH_MODULE_ARCH=${MACHINE_ARCH:S/amd64/x86_64/}
+ATH_MODULE_ARCH=${MACHINE_ARCH:S/sparc64/sparc64-be/}
.if defined(HAL_SRC)
.include "${HAL}/freebsd/Makefile.inc"
OpenPOWER on IntegriCloud