Changeset 1548

Show
Ignore:
Timestamp:
09/22/02 00:18:31 (6 years ago)
Author:
mds
Message:

take LINUX from /lib/modules/x.x.x/build; patch from

Dave Johnson <ddj@cascv.brown.edu>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/Makefile

    r1361 r1548  
    2929# The location of linux itself. This is used to find the kernel headers 
    3030# and other things. 
    31 LINUX=/usr/src/linux 
     31#LINUX=/usr/src/linux 
     32LINUX=/lib/modules/$(shell uname -r)/build 
    3233LINUX_HEADERS=$(LINUX)/include 
    3334