summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark D. Studebaker <mdsxyz123@yahoo.com>2003-08-24 14:51:17 +0000
committerMark D. Studebaker <mdsxyz123@yahoo.com>2003-08-24 14:51:17 +0000
commitfe368024cfdbd886d26a2994eb758315d4020fd7 (patch)
tree39b7ed6906300bef3a21278af8a972ac7c631215 /Makefile
parentd99a4929662497256c84707f3da483aaf0f6381c (diff)
downloadlm-sensors-git-fe368024cfdbd886d26a2994eb758315d4020fd7.tar.gz
remove COMPILE_KERNEL; was previously replaced by 'make user'
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1974 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index b1e145bf..f887e085 100644
--- a/Makefile
+++ b/Makefile
@@ -38,14 +38,6 @@ LINUX := $(shell if [ -L /lib/modules/$(KERNELVERSION)/build ] ; \
else echo "/usr/src/linux" ; fi)
LINUX_HEADERS := $(LINUX)/include
-# Determine whether we need to compile the kernel modules, or only the
-# user-space utilities. By default, the kernel modules are compiled.
-# Leave this set to 1. If you want to compile and install only
-# the library and the userspace programs,
-# use 'make user' and 'make user_install'
-#COMPILE_KERNEL := 0
-COMPILE_KERNEL := 1
-
# If you have installed the i2c header at some other place (like
# /usr/local/include/linux), set that directory here. Please check this out
# if you get strange compilation errors; the default Linux i2c headers
@@ -159,9 +151,7 @@ MACHINE := $(shell uname -m)
# The subdirectories we need to build things in
SRCDIRS := mkpatch
-ifeq ($(COMPILE_KERNEL),1)
SRCDIRS += kernel kernel/busses kernel/chips kernel/include
-endif
SRCDIRS += lib prog/sensors prog/dump prog/detect ${PROG_EXTRA:%=prog/%} etc
# Some often-used commands with default options