Changeset 5035 for lm-sensors/branches/lm-sensors-3.0.0/Makefile
- Timestamp:
- 11/23/07 20:50:05 (6 years ago)
- Files:
-
- 1 modified
-
lm-sensors/branches/lm-sensors-3.0.0/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/Makefile
r4985 r5035 100 100 101 101 # The subdirectories we need to build things in 102 SRCDIRS := 103 SRCDIRS += lib prog/detect prog/dump prog/pwm \ 102 SRCDIRS := lib prog/detect prog/pwm \ 104 103 prog/sensors ${PROG_EXTRA:%=prog/%} etc 104 # Only build isadump and isaset on x86 machines. 105 ifneq (,$(findstring $(MACHINE), i386 i486 i586 i686 x86_64)) 106 SRCDIRS += prog/dump 107 endif 105 108 SRCDIRS += lib/test 106 109
