[kbuild-devel] Help in Makefile for Kernel module

2005-04-19 Thread suzane miller
Hello, I have a Kernel module source tree similar as below: | |--Makefile | |--maind || || ||-- main.c | | |--foobard || | |-- foobar1.c | |-- foobar2.c The below make file works fine.

Re: [kbuild-devel] Help in Makefile for Kernel module

2005-04-19 Thread Sam Ravnborg
Hi Suzzane However I would like to know if it is possible to have a Makefile inside the foobard directory that will link foobar1.o and foobar2.o into one say foobar.o and have the below line as: The lowest granularity the kbuild system works with is a module. So what you can do is to