Changeset 1548
- Timestamp:
- 09/22/02 00:18:31 (6 years ago)
- Files:
-
- lm-sensors/trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/Makefile
r1361 r1548 29 29 # The location of linux itself. This is used to find the kernel headers 30 30 # and other things. 31 LINUX=/usr/src/linux 31 #LINUX=/usr/src/linux 32 LINUX=/lib/modules/$(shell uname -r)/build 32 33 LINUX_HEADERS=$(LINUX)/include 33 34
