Changeset 5710
- Timestamp:
- 04/20/09 10:42:11 (4 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
lib/Module.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r5709 r5710 5 5 isadump: Use geteuid instead of getuid so that setuid bit works 6 6 isaset: Use geteuid instead of getuid so that setuid bit works 7 Makefile: Include generated source files in dependency checking 7 8 sensors-detect: Add nNidia nForce MCP78S SMBus detection 8 9 Display Super-I/O address even if LD is disabled -
lm-sensors/trunk/lib/Module.mk
r5663 r5710 84 84 85 85 # Include all dependency files 86 INCLUDEFILES += $(LIB CSOURCES:.c=.ld) $(LIBCSOURCES:.c=.ad)86 INCLUDEFILES += $(LIBSHOBJECTS:.lo=.ld) $(LIBSTOBJECTS:.ao=.ad) 87 87 88 88 # Special warning prevention for flex-generated files
