david_bachelart writes in Bug 181: make defconfig is trying to find "defconfig" file instead of ".defconfig"
This commit is contained in:
parent
8742d3304a
commit
4b186393b4
@ -15,7 +15,7 @@
|
||||
|
||||
const char conf_def_filename[] = ".config";
|
||||
|
||||
const char conf_defname[] = "defconfig";
|
||||
const char conf_defname[] = ".defconfig";
|
||||
|
||||
const char *conf_confnames[] = {
|
||||
".config",
|
||||
|
Loading…
Reference in New Issue
Block a user