Skip to content
Snippets Groups Projects
Alessandro Rubini's avatar
Alessandro Rubini authored
If you re-build after stuff has been added to Kconfig, the .config you
already have in place is wrong. This means the dot-config at runtime
will have missing items.

We thus force a silent "make oldconfig" at each build step, to ensure
user preverences are saved, but new options get the default value.

Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
1a2fb30f