mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-08-05 07:16:58 +02:00
It seems that, for whatever reason in this case,
the function "vardef ($var, $cond)" does not work
while "$var->def ($cond)" does work for conditionals.
Also, do not define it conditionally when defined unconditionally.
Even though the reordering patch would make that functionally sound,
it still throws a warning which can cause a build to fail
when warnings are treated as errors.
Instead, just add BUILT_SOURCES to every existing case
rather than only when BUILT_SOURCES is defined.
Fixes:
|
||
---|---|---|
.. | ||
files | ||
patches | ||
Makefile |