Show
Ignore:
Timestamp:
11/23/07 20:50:05 (6 years ago)
Author:
jwrdegoede
Message:

Fix building on PPC machines

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/Makefile

    r4985 r5035  
    100100 
    101101# The subdirectories we need to build things in  
    102 SRCDIRS := 
    103 SRCDIRS += lib prog/detect prog/dump prog/pwm \ 
     102SRCDIRS := lib prog/detect prog/pwm \ 
    104103           prog/sensors ${PROG_EXTRA:%=prog/%} etc 
     104# Only build isadump and isaset on x86 machines. 
     105ifneq (,$(findstring $(MACHINE), i386 i486 i586 i686 x86_64)) 
     106SRCDIRS += prog/dump 
     107endif 
    105108SRCDIRS += lib/test 
    106109