diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2023-10-10 15:58:01 -0300 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-02-23 14:02:53 +0100 |
commit | 4390ea484d7d9159a0a41f0cb71840346a7e3b4f (patch) | |
tree | 0bca99176fb531bba15e69e7cc1f70d6a6410624 /package/kernel/mac80211/ath.mk | |
parent | 70fd815e57dc98cef88828faa5ce71717540e99e (diff) |
mac80211: build each variant in its own dir
Having different build directories is the default when the package
Makefile defines more than one variant.
Mac80211 overrides PKG_BUILD_DIR, not taking different variants in
consideration, which causes clobbering the directories when both
variants are built.
When compiled with AUTOREMOVE=y, the effect is that the package is
unnecessarily rebuilt when the package is compiled again.
Wihout AUTOREMOVE, the problem is worse: the second variant will not be
rebuilt, and you end up with the smallbuffers variant being a copy of
the regular one.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'package/kernel/mac80211/ath.mk')
0 files changed, 0 insertions, 0 deletions