Re: [question] pass CONFIG_FOO to CC problem

From: Ian Campbell
Date: Wed Jun 22 2005 - 05:19:29 EST


On Wed, 2005-06-22 at 16:39 +0800, Coywolf Qi Hunt wrote:
> Hello,
>
> I was expecting kbuild passes CONFIG_FOO from .config to CC
> -DCONFIG_FOO, but it doesn't. So I have to add
>
> ifdef CONFIG_FOO
> EXTRA_CFLAGS += -DCONFIG_FOO
> endif
>
> Is that the right way? thanks in advance.

I think you need to #include <linux/config.h>

Ian.
--
Ian Campbell

BOFH excuse #186:

permission denied

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/