Build changes for Linux kconfig code to work in seabios dir structure.
[seabios.git] / tools / kconfig / kconfig_load.c
index dbdcaad8232500d7fc16fedd3b719b22128ddcca..2d0cff8eafd52dd681970ec588d501ba5f765792 100644 (file)
@@ -15,7 +15,7 @@ void kconfig_load(void)
 
        handle = dlopen("./libkconfig.so", RTLD_LAZY);
        if (!handle) {
-               handle = dlopen("./scripts/kconfig/libkconfig.so", RTLD_LAZY);
+               handle = dlopen("./tools/kconfig/libkconfig.so", RTLD_LAZY);
                if (!handle) {
                        fprintf(stderr, "%s\n", dlerror());
                        exit(1);