Changeset 4915 for i2c-tools/trunk/tools
- Timestamp:
- 10/03/07 17:06:25 (5 years ago)
- Files:
-
- 1 modified
-
i2c-tools/trunk/tools/Module.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c-tools/trunk/tools/Module.mk
r4911 r4915 23 23 $(CC) $(LDFLAGS) -o $@ $^ 24 24 25 $(TOOLS_DIR)/i2cset: $(TOOLS_DIR)/i2c get.o $(TOOLS_DIR)/i2cbusses.o $(TOOLS_DIR)/util.o25 $(TOOLS_DIR)/i2cset: $(TOOLS_DIR)/i2cset.o $(TOOLS_DIR)/i2cbusses.o $(TOOLS_DIR)/util.o 26 26 $(CC) $(LDFLAGS) -o $@ $^ 27 27 28 $(TOOLS_DIR)/i2cget: $(TOOLS_DIR)/i2c set.o $(TOOLS_DIR)/i2cbusses.o $(TOOLS_DIR)/util.o28 $(TOOLS_DIR)/i2cget: $(TOOLS_DIR)/i2cget.o $(TOOLS_DIR)/i2cbusses.o $(TOOLS_DIR)/util.o 29 29 $(CC) $(LDFLAGS) -o $@ $^ 30 30
