* kbuild output file.
@ 2008-05-15 13:05 murtuja bharmal
0 siblings, 0 replies; 2+ messages in thread
From: murtuja bharmal @ 2008-05-15 13:05 UTC (permalink / raw)
To: linux-kbuild
Hello All.
I want to collect all my object file in onedirectory and then want to create a kernel module.
For example: This my directory structure.
dir
|
--------------------------------------
| | | |
dir1 dir2 dir3 dir4
This my makefile in 'dir'.
obj-m := test.o
test-objs += \
dir1/test1.o
dir2/test2.o
dir3/test3.o
all:
make -C /usr/src/linux M=`pwd` modules
Now I want to save all output objectfile test1.o test2.o test3.o in one directory
called 'dir4' not in source directory. 'test.o' should look all this object file in 'dir4' for linking, not in the source directory and 'test.ko' should also be create in 'dir4'.
Can any one tell me, what is require changes in Kernel Makefile for the same.
Thansk
Murtuja Bharmal
From Chandigarh to Chennai - find friends all over India. Go to http://in.promos.yahoo.com/groups/citygroups/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: kbuild output file.
@ 2008-05-15 14:37 murtuja bharmal
0 siblings, 0 replies; 2+ messages in thread
From: murtuja bharmal @ 2008-05-15 14:37 UTC (permalink / raw)
To: murtuja bharmal, linux-kbuild
Sorry Makefile is like this
dir
|
--------------------------------------
| | | |
dir1 dir2 dir3 dir4
This my makefile in 'dir'.
obj-m := test.o
test-objs += \
dir1/test1.o \
dir2/test2.o \
dir3/test3.o
all:
make -C /usr/src/linux M=`pwd` modules
Now I want to save all output objectfile test1.o test2.o test3.o in one directory
called 'dir4' not in source directory. 'test.o' should look all this object file in 'dir4' for linking, not in the source directory and 'test.ko' should also be create in 'dir4'.
Can any one tell me, what is require changes in Kernel Makefile for the same.
----- Original Message ----
From: murtuja bharmal <murtuja_bharmal@yahoo.com>
To: linux-kbuild@vger.kernel.org
Sent: Thursday, 15 May, 2008 6:35:16 PM
Subject: kbuild output file.
Hello All.
I want to collect all my object file in onedirectory and then want to create a kernel module.
For example: This my directory structure.
dir
|
--------------------------------------
| | | |
dir1 dir2 dir3 dir4
This my makefile in 'dir'.
obj-m := test.o
test-objs += \
dir1/test1.o
dir2/test2.o
dir3/test3.o
all:
make -C /usr/src/linux M=`pwd` modules
Now I want to save all output objectfile test1.o test2.o test3.o in one directory
called 'dir4' not in source directory. 'test.o' should look all this object file in 'dir4' for linking, not in the source directory and 'test.ko' should also be create in 'dir4'.
Can any one tell me, what is require changes in Kernel Makefile for the same.
Thansk
Murtuja Bharmal
From Chandigarh to Chennai - find friends all over India. Go to http://in.promos.yahoo.com/groups/citygroups/
--
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Has your work life balance shifted? Find out - http://in.search.yahoo.com/search?&fr=na_onnetwork_mail_taglines&ei=UTF-8&rd=r1&p=work+life+balance
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-15 14:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-15 14:37 kbuild output file murtuja bharmal
-- strict thread matches above, loose matches on Subject: below --
2008-05-15 13:05 murtuja bharmal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox