Show
Ignore:
Timestamp:
11/22/98 22:36:52 (15 years ago)
Author:
frodo
Message:

Makefile enhancements, printk enhancements

* Modules now print their version number and date on insertion
* Some printk statements missed a \n
* 'make clean' now works, even if some .d (dependency) files contain garbage.

Note that *only* 'make clean' helps in that case; 'make clean all', for
example, will fail! There is really no nice way to solve that.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/i2c/Module.mk

    r8 r11  
    2828 
    2929# Include all dependency files 
    30 include $(I2CTARGETS:.o=.d) 
     30INCLUDEFILES += $(I2CTARGETS:.o=.d) 
    3131 
    3232all :: $(I2CTARGETS)