Changeset 3259
- Timestamp:
- 02/23/06 23:58:52 (3 years ago)
- Files:
-
- lm-sensors/trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/Makefile
r3096 r3259 48 48 #I2C_HEADERS := $(LINUX_HEADERS) 49 49 50 # Uncomment the third line on SMP systems if the magic invocation fails. 50 ifneq ($(MAKECMDGOALS),user) 51 ifneq ($(MAKECMDGOALS),user_install) 52 ifneq ($(MAKECMDGOALS),user_uninstall) 51 53 SMP := $(shell if grep -q '^[[:space:]]*\#define[[:space:]]*CONFIG_SMP[[:space:]]*1' $(LINUX_HEADERS)/linux/autoconf.h ; \ 52 54 then echo 1; else echo 0; fi) 53 #SMP := 054 #SMP := 155 56 # Uncomment the second or third line if the magic invocation fails.57 # We need to know whether CONFIG_MODVERSIONS is defined.58 55 MODVER := $(shell if grep -q '^[[:space:]]*\#define[[:space:]]*CONFIG_MODVERSIONS[[:space:]]*1' $(LINUX_HEADERS)/linux/autoconf.h ; \ 59 56 then echo 1; else echo 0; fi) 60 #MODVER := 0 61 #MODVER := 1 57 endif 58 endif 59 endif 62 60 63 61 # Uncomment the second line if you are a developer. This will enable many
