Results 1 to 2 of 2
Iam a newbie...new to Makefiles....
How do I write a Makefile(kernel version 2.6.15) for multiple dependencies across files:
I have to create final.ko biinary file. This is to be built ...
- 12-17-2006 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 2
Makefile
Iam a newbie...new to Makefiles....
How do I write a Makefile(kernel version 2.6.15) for multiple dependencies across files:
I have to create final.ko biinary file. This is to be built using three src files A, B and C.
A in turn is dependent on src files D,E and F.
B file is inturn dependent on G and E. If any one cud help me out wid dis..Thanks in advance... and yea an example Makefile for the above situation wud be really appreciated
- 12-17-2006 #2
Well, if you really want to write it manually, you can. Alternatively, you can use automake:
http://www.developingprogrammers.com...ools-tutorial/DISTRO=Arch
Registered Linux User #388732


Reply With Quote