Fix the location for the default config so 'make defconfig'
actually works
This commit is contained in:
parent
b838420fd5
commit
fa7532b91a
@ -17,7 +17,7 @@
|
||||
|
||||
const char conf_def_filename[] = ".config";
|
||||
|
||||
const char conf_defname[] = "extra/Configs/Config.$TARGET_ARCH.default";
|
||||
const char conf_defname[] = "sysdeps/linux/defconfig";
|
||||
|
||||
const char *conf_confnames[] = {
|
||||
".config",
|
||||
|
Loading…
Reference in New Issue
Block a user