Skip to content
Commit 56041aa5 authored by Sam Protsenko's avatar Sam Protsenko Committed by Tom Rini
Browse files

Makefile: Improve generated_defconfig file handling



Commit 2027e99e ("Makefile: Run defconfig files through the C
preprocessor") adds `generated_defconfig' file, but fails to clean that
up. It might be useful to have that file around after `make' is done,
but it's better to clean that up on `make clean'. Also we probably want
to hide it in `git status' list. This patch makes the described changes,
and also adds `-P' parameter to the CPP command that produces the
`generated_defconfig' to avoid generating linemarkers.

Signed-off-by: default avatarSam Protsenko <semen.protsenko@linaro.org>
Fixes: 2027e99e ("Makefile: Run defconfig files through the C preprocessor")
Acked-by: default avatarAndrew Davis <afd@ti.com>
parent 6d1734f0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment