scripts: mark lib.target_packages as "m" modular

This commit is contained in:
Sven Roederer 2020-02-28 21:33:16 +01:00 committed by Sven Roederer
parent cb7f7fbb66
commit 63aff3bd96

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, 'y')
funcs.config_package(lib.config, pkg, 'm')
end
end