Changeset 1419 for lm-sensors/trunk/kernel/chips/Module.mk
- Timestamp:
- 07/04/02 16:27:29 (11 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/Module.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/Module.mk
r1409 r1419 110 110 KERNELCHIPSTARGETS += $(MODULE_DIR)/via686a.o 111 111 endif 112 ifneq ($(shell if grep -q '^CONFIG_SENSORS_LM92=y' $(LINUX)/.config; then echo 1; fi),1) 113 KERNELCHIPSTARGETS += $(MODULE_DIR)/lm92.o 114 endif 112 115 113 116 # Include all dependency files
