Changeset 1221 for lm-sensors/trunk/kernel/chips/Module.mk
- Timestamp:
- 11/08/01 18:16:21 (12 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
r1205 r1221 55 55 ifneq ($(shell if grep -q '^CONFIG_SENSORS_FSCPOS=y' $(LINUX)/.config; then echo 1; fi),1) 56 56 KERNELCHIPSTARGETS += $(MODULE_DIR)/fscpos.o 57 endif 58 ifneq ($(shell if grep -q '^CONFIG_SENSORS_FSCSCY=y' $(LINUX)/.config; then echo 1; fi),1) 59 KERNELCHIPSTARGETS += $(MODULE_DIR)/fscscy.o 57 60 endif 58 61 ifneq ($(shell if grep -q '^CONFIG_SENSORS_GL518SM=y' $(LINUX)/.config; then echo 1; fi),1)
