diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2006-06-08 23:36:35 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2006-06-08 23:36:35 +0000 |
| commit | a743df5c964d81a7c920cf257e87cb42ab993d58 (patch) | |
| tree | 17df2aa2a3a88eb8b87c463c24d035f367a3699c /sys/modules | |
| parent | bea55cebda04c12f633ce25a6f0ceb782abf3788 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/ath_hal/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/ath_hal/Makefile b/sys/modules/ath_hal/Makefile index 609db014f9e1..73241718ffc3 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 |
