> host-progs := conf mconf qconf gconf
OK.
> conf-objs := conf.o libkconfig.so
> mconf-objs := mconf.o libkconfig.so
>
> qconf-objs := kconfig_load.o
> qconf-cxxobjs := qconf.o
>
> gconf-objs := kconfig_load.o
> gconf-cobjs := gconf.o
Not OK. Replace with:
gconf-objs := gconf.o kconfig_load.o
> HOSTLOADLIBES_gconf = -L$(GTK_LIBS)
> HOSTCXXFLAGS_gconf.o = -I$(GTK_FLAGS)
Looks OK, but I do not know the gtk package
The rest looks OK as well.
Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/