Changeset 4102
- Timestamp:
- 08/20/06 10:46:38 (2 years ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r4097 r4102 16 16 Makefile: Don't grep autoconf.h on user-space targets 17 17 Fix depmod on non-running kernel version 18 Silent errors on missing dependency files19 18 Module i2c-ali1535: Drop redundant semaphore (2.6 backport) 20 19 Module i2c-amd756-s4882: Improve static semaphore initialization lm-sensors/trunk/Makefile
r4088 r4102 295 295 ifneq ($(MAKECMDGOALS),package) 296 296 ifneq ($(MAKECMDGOALS),userpackage) 297 -include $(INCLUDEFILES)297 include $(INCLUDEFILES) 298 298 endif 299 299 endif
