summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-05-29 00:16:58 +0000
committersam <sam@FreeBSD.org>2008-05-29 00:16:58 +0000
commitdb3e7add964cebe6f99708f2ef33da7bfc2cd31e (patch)
treed8709bc86234752e4181cd05747832ae5a1ece78 /sys/modules
parentf8614d039ca5ddc66ce9f1ba193ef0cd5017a666 (diff)
downloadFreeBSD-src-db3e7add964cebe6f99708f2ef33da7bfc2cd31e.zip
FreeBSD-src-db3e7add964cebe6f99708f2ef33da7bfc2cd31e.tar.gz
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
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ath_rate_sample/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ath_rate_sample/Makefile b/sys/modules/ath_rate_sample/Makefile
index 4a13f23..7e5d6e1 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
OpenPOWER on IntegriCloud