mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
Always create opt_ah.h regardless of KERNBUILDDIR.
This commit is contained in:
parent
72cbe4adf3
commit
f8c63cea14
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue