Skip to content
Commit 2691d808 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

Makefile: fix make <blah>_defconfig



Make sure we only pass O=<path> if we were originally called like that,
otherwise we might end up looking for the .config in the wrong place.

Likewise, when changing between using O= or not (or simply running
make <blah>_defconfig in a pristine source tree), we do end up having
a .config, but no .config.cmd. It isn't really critical so just continue
even if we couldn't read it.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent b8cca06b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment