Changeset 4915
- Timestamp:
- 10/03/07 17:06:25 (1 year ago)
- Files:
-
- i2c-tools/trunk/tools/Module.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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
