[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: modversion.h in kernel 2.6.x
/usr/src/linux-2.6.7/include/config/modversions.h
/usr/src/linux-2.6.5-7.95/include/config/modversions.h
well for 2.6 its just straight with make. but in 2.4
try "make cloneconfig" or "make prepare-all"
npguy
On Wed, 2004-08-04 at 03:40, Lei Yang wrote:
> Hello,
>
> Could anyone tell me what happened with modversion.h in 2.6.x? I want to
> build a module whose makefile indicates that,
>
> ifdef CONFIG_MODVERSIONS
> MODVERSIONS:= -DMODVERSIONS -include
> $(KERNEL_DIR)/include/linux/modversions.h
> CKERNOPS += $(MODVERSIONS)
> endif
>
> I checked .config in source tree and yes, CONFIG_MODVERSIONS is defined
> as 'y'. But there is just no modversions.h in /include/linux :( Also, I
> don't think it is in kernel version 2.4.x.
>
> What the hack is modversions.h?
>
> Thanks!
>
> Lei
>
>
> --
> Kernelnewbies: Help each other learn about the Linux kernel.
> Archive: http://mail.nl.linux.org/kernelnewbies/
> FAQ: http://kernelnewbies.org/faq/
>
>
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/