From e932987499315b593d51ed651e070a8f07933269 Mon Sep 17 00:00:00 2001 From: sam Date: Thu, 8 Jun 2006 23:35:58 +0000 Subject: enable build of ath_hal on sparc64 and powerpc MFC after: 1 month --- sys/modules/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/modules') diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 1d106b8..09d84e9 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -521,11 +521,13 @@ _xe= xe .if ${MACHINE_ARCH} == "powerpc" _an= an +_ath_hal= ath_hal _gem= gem _smbfs= smbfs .endif .if ${MACHINE_ARCH} == "sparc64" +_ath_hal= ath_hal _auxio= auxio _em= em _gem= gem -- cgit v1.1