Changeset 1827
- Timestamp:
- 07/02/03 09:27:39 (10 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/Makefile
r1822 r1827 224 224 # Extra cflags for kbuild 2.4. The default is to forbid includes by kernel code 225 225 # from user space headers. 226 kbuild_2_4_nostdinc := -nostdinc $(shell $(CC) -print-search-dirs | sed -ne 's/install: \(.*\)/-I \1include/gp')226 kbuild_2_4_nostdinc := -nostdinc $(shell LC_ALL=C $(CC) -print-search-dirs | sed -ne 's/install: \(.*\)/-I \1include/gp') 227 227 228 228 MODCPPFLAGS += -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -fomit-frame-pointer $(ALL_CPPFLAGS) $(kbuild_2_4_nostdinc)
