Re: kconfig (gkc): help about Makefile

Sam Ravnborg (sam@ravnborg.org)
Thu, 28 Nov 2002 20:57:47 +0100


On Thu, Nov 28, 2002 at 08:17:34PM +0100, Romain Lievin wrote:
> Hi Roman,
>
> I'm currently working on the kernel Makefile ($SRC & $SRC/scripts/kconfig)
> for adding gkc support but I'm encountering some difficulties...

> 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/