From cc2ee3f3db63d530821d66e61b1e82f3bf43ba21 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Thu, 29 May 2008 00:16:58 +0000 Subject: opt_ah.h is not constructed by config, it always comes from the hal so don't let KERNBUILDDIR control whether or not we copy it into the build dir --- sys/modules/ath_rate_sample/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/ath_rate_sample') diff --git a/sys/modules/ath_rate_sample/Makefile b/sys/modules/ath_rate_sample/Makefile index 4a13f23e484d5..7e5d6e1c29031 100644 --- a/sys/modules/ath_rate_sample/Makefile +++ b/sys/modules/ath_rate_sample/Makefile @@ -56,10 +56,10 @@ ATH_MODULE_ARCH=powerpc-be ATH_MODULE_ARCH=${MACHINE_ARCH} .endif -.if !defined(KERNBUILDDIR) opt_ah.h: ${HAL}/public/${ATH_MODULE_ARCH}-elf.opt_ah.h cp ${HAL}/public/${ATH_MODULE_ARCH}-elf.opt_ah.h ${.TARGET} +.if !defined(KERNBUILDDIR) opt_wlan.h: # echo "#define IEEE80211_DEBUG 1" > opt_wlan.h echo > opt_wlan.h -- cgit v1.3