Fix the location for the default config so 'make defconfig'

actually works
This commit is contained in:
Eric Andersen 2003-06-12 22:09:08 +00:00
parent b838420fd5
commit fa7532b91a

View File

@ -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",