Hi --
--- In "rambo2_981" <> wrote:
>
> After adding my test module to Makefile in linux24/drivers, I tried examples
> from kbuild/makefile.txt for my test module Makefile, but only my main test
> module .c gets compiled; the test module never gets linked. The Makefile has
> been simplified to:
>
> obj-m += hellodriver.o
>
> include $(TOPDIR)/Rules.make
>
>
> What else is needed in order for "make modules" to compile/link the test
> module? Thanks.
There is no linking step for kernel modules, just "insmod hellodriver.o"
Please see: http://lwn.net/Kernel/LDD2/
for details on writing & building 2.4 kernel modules (and the corresponding
LDD3 for 2.6 modules).
regards .......... Charlie
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|