Hi,

> 
>   test-module
>      |
>      +-- test1
>      |      |
>      |      +--test1.c
>      |      +--Makefile
>      |
>      +-- test2
>      |    |
>      |    +---test2.c
>      |    +---Makefile
>      |
>      +-- Makefile

I don't think this is possible out of the box. Would this work:

obj-m = test.o
test-objs := test1/test1.o test2/test2.o 

No need for makefiles under test1 and test2. However, only throwing
ideas here, without a feasibility check. 

Thanks,

Rajat

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to