mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 13:57:41 +00:00
Don't grep autoconf.h on user-space targets.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3259 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
14
Makefile
14
Makefile
@@ -47,18 +47,16 @@ LINUX_HEADERS := $(LINUX)/include
|
||||
I2C_HEADERS := /usr/local/include
|
||||
#I2C_HEADERS := $(LINUX_HEADERS)
|
||||
|
||||
# Uncomment the third line on SMP systems if the magic invocation fails.
|
||||
ifneq ($(MAKECMDGOALS),user)
|
||||
ifneq ($(MAKECMDGOALS),user_install)
|
||||
ifneq ($(MAKECMDGOALS),user_uninstall)
|
||||
SMP := $(shell if grep -q '^[[:space:]]*\#define[[:space:]]*CONFIG_SMP[[:space:]]*1' $(LINUX_HEADERS)/linux/autoconf.h ; \
|
||||
then echo 1; else echo 0; fi)
|
||||
#SMP := 0
|
||||
#SMP := 1
|
||||
|
||||
# Uncomment the second or third line if the magic invocation fails.
|
||||
# We need to know whether CONFIG_MODVERSIONS is defined.
|
||||
MODVER := $(shell if grep -q '^[[:space:]]*\#define[[:space:]]*CONFIG_MODVERSIONS[[:space:]]*1' $(LINUX_HEADERS)/linux/autoconf.h ; \
|
||||
then echo 1; else echo 0; fi)
|
||||
#MODVER := 0
|
||||
#MODVER := 1
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
# Uncomment the second line if you are a developer. This will enable many
|
||||
# additional warnings at compile-time
|
||||
|
Reference in New Issue
Block a user