Re: Fwd: problem with external module Makefile linux kernel 2.6

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hi,


> [root@RHEL5U3-DL580G4 new]# cat Makefile
> 
> obj-m := dirac.o
> 
> dirac-objs = $(patsubst %.c,%.ko,$(wildcard , *.c))
 please try changing this line to

dirac-objs = $(patsubst %.c,%.o,$(wildcard , *.c))

regards
vibi sreenivasan




--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ


[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux