Changeset 174
- Timestamp:
- 01/25/99 23:04:35 (14 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/Makefile
r168 r174 25 25 # is a bit complicated because SMP configuration changed around kernel 2.1.130 26 26 SMP := $(shell if grep -q '^SMP[[:space:]]*=' /usr/src/linux/Makefile || \ 27 grep -q '^[[:space:]]*\#define[[: :space:]]*CONFIG_SMP[[:space:]]*1' /usr/include/linux/autoconf.h ; \27 grep -q '^[[:space:]]*\#define[[:space:]]*CONFIG_SMP[[:space:]]*1' /usr/include/linux/autoconf.h ; \ 28 28 then echo 1; else echo 0; fi) 29 29 #SMP := 0
