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:
parent
f8614d039c
commit
db3e7add96
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user