I am having lots of trouble compile lm_sensors 2.6.2. I have kernel 2.4.17. The source is located in /home/john. I have changed some of the varibles in the Makefile to point to there but I think I am missing other things. This is a small fraction of a giant list of these error Makefile:200: kernel/busses/i2c-ali1535.d: No such file or directory Makefile:200: kernel/busses/i2c-ali15x3.d: No such file or directory Makefile:200: kernel/busses/i2c-amd756.d: No such file or directory I am assuming that the 200 in the above snippet is refering to the line in the Makefile. Here is a section of code from that file. # Include all makefiles for sub-modules INCLUDEFILES := include $(patsubst %,%/Module.mk,$(SRCDIRS)) ifneq ($(MAKECMDGOALS),clean) include $(INCLUDEFILES) <=== line 200 endif Thanks for the help John Miller