Skip to content
Snippets Groups Projects
Commit cffcd286 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

kbuild: include config.mk when auto.conf is not older than .config


Since the Kconfig conversion, config.mk has been included only when
include/config/auto.conf is newer than the .config file.

It causes build error if both files have the same time-stamps.
It is actually possible because EXT* file systems have a 1s time-stamp
resolution.

The config.mk should be included when include/config/auto.conf is
*not older* than the .config file.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Reported-by: default avatarTom Rini <trini@konsulko.com>
Reported-by: default avatarYork Sun <yorksun@freescale.com>
Reported-by: default avatarStephen Warren <swarren@nvidia.com>
Reported-by: default avatarMatthew Gerlach <mgerlach@opensource.altera.com>
Tested-by: default avatarStephen Warren <swarren@nvidia.com>
parent e049b772
No related branches found
No related tags found
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