summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2007-06-25 08:18:47 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2007-06-25 08:18:47 +0000
commit8f13aa41d8f4659b53b96b1971baa8447120bdb0 (patch)
tree572312af26ee9ff61f632b93cd65c225011d00a1 /Makefile
parent74d416eb00309480ce4cdd548d229740b075d8c6 (diff)
downloadlm-sensors-8f13aa41d8f4659b53b96b1971baa8447120bdb0.tar.gz
Always build libsensors with sysfs support.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4458 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 61a5b39e..df32bfcc 100644
--- a/Makefile
+++ b/Makefile
@@ -48,9 +48,6 @@ PREFIX := /usr/local
# Your C compiler
CC := gcc
-# Build with sysfs support
-SYSFS_SUPPORT := 1
-
# This is the directory where sensors.conf will be installed, if no other
# configuration file is found
ETCDIR := /etc
@@ -157,14 +154,8 @@ ALL_CFLAGS += $(CFLAGS)
PROGCPPFLAGS := -DETCDIR="\"$(ETCDIR)\"" $(ALL_CPPFLAGS) -Wundef
PROGCFLAGS := $(ALL_CFLAGS)
ARCPPFLAGS := $(ALL_CPPFLAGS)
-ifdef SYSFS_SUPPORT
-ARCPPFLAGS := $(ARCPPFLAGS) -DSYSFS_SUPPORT
-endif
ARCFLAGS := $(ALL_CFLAGS)
LIBCPPFLAGS := $(ALL_CPPFLAGS)
-ifdef SYSFS_SUPPORT
-LIBCPPFLAGS := $(LIBCPPFLAGS) -DSYSFS_SUPPORT
-endif
LIBCFLAGS := -fpic -D_REENTRANT $(ALL_CFLAGS)
.PHONY: all user clean install user_install uninstall user_uninstall version package