[Prism54-users] Trouble compiling with 2.6-test9

Michael Bienia michael@vorlon.ping.de
Sun, 2 Nov 2003 23:45:25 +0100


On 2003-11-02 15:03:14 -0600, Ed Herr wrote:
> Indeed... and when I tried compiling as a modules (prism54.ko), I got  
> an error something along the line of "no rules to make prism54.o....".  
> I am guessing there is some issue with the Makefiles and the versions  
> of development tools I am using.

Changing the "obj-$(CONFIG_PRISM54)"-line in
drivers/net/wireless/Makefile to 
obj-$(CONFIG_PRISM54)           += prism54/
worked for me (the "subdir-($CONFIG_PRISM54)"-line can be deleted).
My drivers/net/wireless/Makefile currently looks like:
|[...]
|obj-$(CONFIG_AIRO_CS)           += airo_cs.o airo.o
|
|obj-$(CONFIG_PRISM54)           += prism54/
|
|# 16-bit wireless PCMCIA client drivers
|[...]

Michael