[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compiling 2.6 kernel module
A: http://en.wikipedia.org/wiki/Top_post
Q: Were do I find info about this thing called top-posting?
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
A: No.
Q: Should I include quotations after my reply?
On Mon, May 02, 2005 at 01:54:29PM -0700, suren wrote:
> Greg,
>
> Here is the directory structure.
Pointers to real code please?
> But I want something like this.
>
> ----------------------------
> #build a single module from .o files in the "obj" directory.
> obj-m := complete.o
> complete-objs := ../obj/test1.o ../obj/test2.o
>
> #Build all needed object files recursively in to a single "obj"
> directory
> obj-m += ../test1/
> obj-m += ../test2/
> ----------------------------
Like I stated last time, you can't do this, sorry. The build system
will not let you, as you have found out.
thanks,
greg k-h
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/