summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-05-30 03:36:52 +0000
committersam <sam@FreeBSD.org>2008-05-30 03:36:52 +0000
commit500241b6c642bd77dc5a1f751467dc7f1be9c902 (patch)
tree223461008142cf61ca048412c8c22c6719141ec5 /sys/modules
parentd4f20945152866a32ad0f8cec01d182fae7a2af6 (diff)
downloadFreeBSD-src-500241b6c642bd77dc5a1f751467dc7f1be9c902.zip
FreeBSD-src-500241b6c642bd77dc5a1f751467dc7f1be9c902.tar.gz
don't let KERNBUILDDIR control whether we copy opt_ah.h
Submitted by: jkim
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ath_rate_onoe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ath_rate_onoe/Makefile b/sys/modules/ath_rate_onoe/Makefile
index 2edd73f..3f71e86 100644
--- a/sys/modules/ath_rate_onoe/Makefile
+++ b/sys/modules/ath_rate_onoe/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
OpenPOWER on IntegriCloud