Hi,
It looks like something went wrong when you applied the last patch that I submitted, as it appears to have done some strange things to that section of the Makefile. I'm attaching a new patch which should remedy the problem.
For the sake of clarity, this new patch was generated against version 0.7.1pre2-6 of the lirc-modules-source package. I intend for it to be applied using
patch -E < patchfile
where patch is executed in the directory that would be /usr/src/modules/lirc on the target system, and the attached patch was saved to patchfile.
Thanks.
James
--- Makefile.old 2005-03-30 04:34:03.000000000 +0000
+++ Makefile 2005-03-30 04:35:46.000000000 +0000
@@ -83,18 +83,11 @@
exit 1;\
fi
- atiusb:: modules sanity-check
- - mv drivers/atiusb_i2c/lirc_atiusb.$(KEXT) modules
- - @echo $(KVERS) $(KSRC) > modules/lirc_i2c.$(KEXT).KVERS
- + mv drivers/lirc_atiusb/lirc_atiusb.$(KEXT) modules
- + @echo $(KVERS) $(KSRC) > modules/lirc_atiusb.$(KEXT).KVERS
-
atiusb:: modules sanity-check
$(MAKE) -e -C drivers SUBDIRS="lirc_atiusb lirc_dev"
mv drivers/lirc_dev/lirc_dev.$(KEXT) modules
- mv drivers/atiusb_dev/lirc_dev.$(KEXT) modules
@echo $(KVERS) $(KSRC) > modules/lirc_dev.$(KEXT).KVERS
- mv drivers/atiusb_i2c/lirc_atiusb.$(KEXT) modules
+ mv drivers/lirc_atiusb/lirc_atiusb.$(KEXT) modules
@echo $(KVERS) $(KSRC) > modules/lirc_atiusb.$(KEXT).KVERS
i2c: modules sanity-check

