Changeset 4908
- Timestamp:
- 09/29/07 23:20:33 (1 year ago)
- Files:
-
- i2c-tools/trunk/Makefile (modified) (1 diff)
- i2c-tools/trunk/eeprom/Module.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c-tools/trunk/Makefile
r4906 r4908 25 25 #CFLAGS += -O -g 26 26 27 KERNELVERSION := $(shell uname -r) 28 27 29 .PHONY: all strip clean install uninstall 28 30 i2c-tools/trunk/eeprom/Module.mk
r4907 r4908 7 7 EEPROM_DIR := eeprom 8 8 9 EEPROM_TARGETS := decode-dimms.pl decode-vaio.pl ddcmon decode-edid.pl \ 10 decode-xeon.pl 9 EEPROM_TARGETS := decode-dimms.pl decode-vaio.pl ddcmon decode-edid.pl 10 11 # decode-xeon.pl was not yet ported to the Linux 2.6 sysfs interface 12 ifeq (,$(findstring /2.6., /$(KERNELVERSION))) 13 EEPROM_TARGETS += decode-xeon.pl 14 endif 11 15 12 16 #
