Hi, 
i'm trying to make a simple kernel module for a montavista kernel running 
on a dm355.

I just copied a makefile from another project (that works on a 'normal' 
i386 linux).

This is the makefile: 
----
KERNELDIR="/mnt/montavista/tests/lsp/ti-davinci"

obj-m += imamodule.c

all:
        $(MAKE) -C $(KERNELDIR) M=$(PWD) modules
clean:
        $(MAKE) -C $(KERNELDIR) M=$(PWD) clean
----

And here's the command line output: 

$ make 
make -C "/mnt/montavista/tests/lsp/ti-davinci" 
M=/mnt/montavista/tests/lsp/test_module modules
make[1]: Entering directory `/mnt/montavista/tests/lsp/ti-davinci'
scripts/Makefile.build:196: target 
`/mnt/montavista/tests/lsp/test_module/imamodule.c' doesn't match the 
target pattern
  Building modules, stage 2.
  MODPOST
make[1]: Leaving directory `/mnt/montavista/tests/lsp/ti-davinci'

perhaps it's a simple issue, but i can't see it... 
thanks, bye!
-- 
Andrea Gasparini 
---- ImaVis S.r.l. ----
web: www.imavis.com
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to