Changeset 1974
- Timestamp:
- 08/24/03 16:51:17 (5 years ago)
- Files:
-
- lm-sensors/trunk/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/Makefile
r1942 r1974 39 39 LINUX_HEADERS := $(LINUX)/include 40 40 41 # Determine whether we need to compile the kernel modules, or only the42 # user-space utilities. By default, the kernel modules are compiled.43 # Leave this set to 1. If you want to compile and install only44 # the library and the userspace programs,45 # use 'make user' and 'make user_install'46 #COMPILE_KERNEL := 047 COMPILE_KERNEL := 148 49 41 # If you have installed the i2c header at some other place (like 50 42 # /usr/local/include/linux), set that directory here. Please check this out … … 160 152 # The subdirectories we need to build things in 161 153 SRCDIRS := mkpatch 162 ifeq ($(COMPILE_KERNEL),1)163 154 SRCDIRS += kernel kernel/busses kernel/chips kernel/include 164 endif165 155 SRCDIRS += lib prog/sensors prog/dump prog/detect ${PROG_EXTRA:%=prog/%} etc 166 156
