Revert "scripts: mark lib.target_packages as "m" modular"

This reverts commit 4219f0e9af9ee7fec74b31b48c7bd615eec6847f.
This commit is contained in:
Sven Roederer 2020-02-29 17:32:34 +01:00 committed by Sven Roederer
parent c287a758a8
commit b9ec073a07

View File

@ -52,7 +52,7 @@ END_MAKE
if string.sub(pkg, 1, 1) == '-' then
lib.try_config('# CONFIG_PACKAGE_%s is not set', string.sub(pkg, 2))
else
funcs.config_package(lib.config, pkg, 'm')
funcs.config_package(lib.config, pkg, 'y')
end
end