Changeset 2036 for lm-sensors/trunk/kernel/chips/Module.mk
- Timestamp:
- 10/29/03 06:37:52 (10 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
r2029 r2036 57 57 ifneq ($(shell if grep -q '^CONFIG_SENSORS_ADM9240=y' $(LINUX)/.config; then echo 1; fi),1) 58 58 KERNELCHIPSTARGETS += $(MODULE_DIR)/adm9240.o 59 endif 60 ifneq ($(shell if grep -q '^CONFIG_SENSORS_ASB100=y' $(LINUX)/.config; then echo 1; fi),1) 61 KERNELCHIPSTARGETS += $(MODULE_DIR)/asb100.o 59 62 endif 60 63 ifneq ($(shell if grep -q '^CONFIG_SENSORS_BT869=y' $(LINUX)/.config; then echo 1; fi),1)
