|
@ -21,16 +21,16 @@ TOOLS_TARGETS := i2cdetect i2cdump i2cset i2cget |
|
|
#
|
|
|
#
|
|
|
|
|
|
|
|
|
$(TOOLS_DIR)/i2cdetect: $(TOOLS_DIR)/i2cdetect.o $(TOOLS_DIR)/i2cbusses.o |
|
|
$(TOOLS_DIR)/i2cdetect: $(TOOLS_DIR)/i2cdetect.o $(TOOLS_DIR)/i2cbusses.o |
|
|
$(CC) $(LDFLAGS) $(TOOLS_LDFLAGS) -o $@ $^ |
|
|
|
|
|
|
|
|
$(CC) $(LDFLAGS) -o $@ $^ $(TOOLS_LDFLAGS) |
|
|
|
|
|
|
|
|
$(TOOLS_DIR)/i2cdump: $(TOOLS_DIR)/i2cdump.o $(TOOLS_DIR)/i2cbusses.o $(TOOLS_DIR)/util.o |
|
|
$(TOOLS_DIR)/i2cdump: $(TOOLS_DIR)/i2cdump.o $(TOOLS_DIR)/i2cbusses.o $(TOOLS_DIR)/util.o |
|
|
$(CC) $(LDFLAGS) $(TOOLS_LDFLAGS) -o $@ $^ |
|
|
|
|
|
|
|
|
$(CC) $(LDFLAGS) -o $@ $^ $(TOOLS_LDFLAGS) |
|
|
|
|
|
|
|
|
$(TOOLS_DIR)/i2cset: $(TOOLS_DIR)/i2cset.o $(TOOLS_DIR)/i2cbusses.o $(TOOLS_DIR)/util.o |
|
|
$(TOOLS_DIR)/i2cset: $(TOOLS_DIR)/i2cset.o $(TOOLS_DIR)/i2cbusses.o $(TOOLS_DIR)/util.o |
|
|
$(CC) $(LDFLAGS) $(TOOLS_LDFLAGS) -o $@ $^ |
|
|
|
|
|
|
|
|
$(CC) $(LDFLAGS) -o $@ $^ $(TOOLS_LDFLAGS) |
|
|
|
|
|
|
|
|
$(TOOLS_DIR)/i2cget: $(TOOLS_DIR)/i2cget.o $(TOOLS_DIR)/i2cbusses.o $(TOOLS_DIR)/util.o |
|
|
$(TOOLS_DIR)/i2cget: $(TOOLS_DIR)/i2cget.o $(TOOLS_DIR)/i2cbusses.o $(TOOLS_DIR)/util.o |
|
|
$(CC) $(LDFLAGS) $(TOOLS_LDFLAGS) -o $@ $^ |
|
|
|
|
|
|
|
|
$(CC) $(LDFLAGS) -o $@ $^ $(TOOLS_LDFLAGS) |
|
|
|
|
|
|
|
|
#
|
|
|
#
|
|
|
# Objects
|
|
|
# Objects
|
|
|