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
This commit is contained in:
sam 2008-05-29 00:16:58 +00:00
parent f8614d039c
commit db3e7add96

View File

@ -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