Changeset 23
- Timestamp:
- 12/02/98 18:43:13 (10 years ago)
- Files:
-
- lm-sensors/trunk/Makefile (modified) (1 diff)
- lm-sensors/trunk/kernel/include/i2c.h (added)
- lm-sensors/trunk/kernel/include/smbus.h (modified) (1 diff)
- lm-sensors/trunk/src/i2c.h (added)
- lm-sensors/trunk/src/smbus.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/Makefile
r21 r23 85 85 # non-kernel object files (which are linked into executables). 86 86 CFLAGS := -D__KERNEL__ -DMODULE -I. -Ii2c -O2 -fomit-frame-pointer -DLM_SENSORS 87 EXCFLAGS := -I. - O2 -Ii2c-D LM_SENSORS87 EXCFLAGS := -I. -Ii2c -O2 -D LM_SENSORS 88 88 89 89 ifeq ($(DEBUG),1) lm-sensors/trunk/kernel/include/smbus.h
r13 r23 25 25 too. 26 26 */ 27 #ifdef I2C 28 #include "i2c/i2c.h" 29 #else /* def I2C */ 30 #include <linux/i2c.h> 31 #endif /* def I2C */ 32 27 #include "i2c.h" 33 28 #include <asm/types.h> 34 29 lm-sensors/trunk/src/smbus.h
r13 r23 25 25 too. 26 26 */ 27 #ifdef I2C 28 #include "i2c/i2c.h" 29 #else /* def I2C */ 30 #include <linux/i2c.h> 31 #endif /* def I2C */ 32 27 #include "i2c.h" 33 28 #include <asm/types.h> 34 29
