From 12b9ae510dd8b140067eebc66bf7973c245b58e9 Mon Sep 17 00:00:00 2001 From: sam Date: Thu, 8 Jun 2006 23:36:35 +0000 Subject: add powerpc glue MFC after: 1 month --- sys/modules/ath_hal/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys') diff --git a/sys/modules/ath_hal/Makefile b/sys/modules/ath_hal/Makefile index 609db01..7324171 100644 --- a/sys/modules/ath_hal/Makefile +++ b/sys/modules/ath_hal/Makefile @@ -62,6 +62,8 @@ CFLAGS+= -I. -I${HAL}/freebsd -I${HAL} ATH_MODULE_ARCH=x86_64 .elif ${MACHINE_ARCH} == "sparc64" ATH_MODULE_ARCH=sparc64-be +.elif ${MACHINE_ARCH} == "powerpc" +ATH_MODULE_ARCH=powerpc-be .else ATH_MODULE_ARCH=${MACHINE_ARCH} .endif -- cgit v1.1