Changeset 5162 for i2c-tools/trunk/eeprom/Module.mk
- Timestamp:
- 03/24/08 17:42:10 (5 years ago)
- Files:
-
- 1 modified
-
i2c-tools/trunk/eeprom/Module.mk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
i2c-tools/trunk/eeprom/Module.mk
r4908 r5162 1 1 # EEPROM decoding scripts for the Linux eeprom driver 2 2 # 3 # Copyright (C) 2007 Jean Delvare <khali@linux-fr.org>3 # Copyright (C) 2007-2008 Jean Delvare <khali@linux-fr.org> 4 4 # 5 5 # Licensed under the GNU General Public License. … … 7 7 EEPROM_DIR := eeprom 8 8 9 EEPROM_TARGETS := decode-dimms .pl decode-vaio.pl ddcmon decode-edid.pl9 EEPROM_TARGETS := decode-dimms decode-vaio ddcmon decode-edid 10 10 11 # decode-xeon .plwas not yet ported to the Linux 2.6 sysfs interface11 # decode-xeon was not yet ported to the Linux 2.6 sysfs interface 12 12 ifeq (,$(findstring /2.6., /$(KERNELVERSION))) 13 EEPROM_TARGETS += decode-xeon .pl13 EEPROM_TARGETS += decode-xeon 14 14 endif 15 15
