|
@ -35,19 +35,19 @@ $(TOOLS_DIR)/i2cget: $(TOOLS_DIR)/i2cget.o $(TOOLS_DIR)/i2cbusses.o $(TOOLS_DIR) |
|
|
# Objects
|
|
|
# Objects
|
|
|
#
|
|
|
#
|
|
|
|
|
|
|
|
|
$(TOOLS_DIR)/i2cdetect.o: $(TOOLS_DIR)/i2cdetect.c $(TOOLS_DIR)/i2cbusses.h |
|
|
|
|
|
|
|
|
$(TOOLS_DIR)/i2cdetect.o: $(TOOLS_DIR)/i2cdetect.c $(TOOLS_DIR)/i2cbusses.h $(INCLUDE_DIR)/linux/i2c-dev.h |
|
|
$(CC) $(CFLAGS) $(TOOLS_CFLAGS) -c $< -o $@ |
|
|
$(CC) $(CFLAGS) $(TOOLS_CFLAGS) -c $< -o $@ |
|
|
|
|
|
|
|
|
$(TOOLS_DIR)/i2cdump.o: $(TOOLS_DIR)/i2cdump.c $(TOOLS_DIR)/i2cbusses.h $(TOOLS_DIR)/util.h |
|
|
|
|
|
|
|
|
$(TOOLS_DIR)/i2cdump.o: $(TOOLS_DIR)/i2cdump.c $(TOOLS_DIR)/i2cbusses.h $(TOOLS_DIR)/util.h $(INCLUDE_DIR)/linux/i2c-dev.h |
|
|
$(CC) $(CFLAGS) $(TOOLS_CFLAGS) -c $< -o $@ |
|
|
$(CC) $(CFLAGS) $(TOOLS_CFLAGS) -c $< -o $@ |
|
|
|
|
|
|
|
|
$(TOOLS_DIR)/i2cset.o: $(TOOLS_DIR)/i2cset.c $(TOOLS_DIR)/i2cbusses.h $(TOOLS_DIR)/util.h |
|
|
|
|
|
|
|
|
$(TOOLS_DIR)/i2cset.o: $(TOOLS_DIR)/i2cset.c $(TOOLS_DIR)/i2cbusses.h $(TOOLS_DIR)/util.h $(INCLUDE_DIR)/linux/i2c-dev.h |
|
|
$(CC) $(CFLAGS) $(TOOLS_CFLAGS) -c $< -o $@ |
|
|
$(CC) $(CFLAGS) $(TOOLS_CFLAGS) -c $< -o $@ |
|
|
|
|
|
|
|
|
$(TOOLS_DIR)/i2cget.o: $(TOOLS_DIR)/i2cget.c $(TOOLS_DIR)/i2cbusses.h $(TOOLS_DIR)/util.h |
|
|
|
|
|
|
|
|
$(TOOLS_DIR)/i2cget.o: $(TOOLS_DIR)/i2cget.c $(TOOLS_DIR)/i2cbusses.h $(TOOLS_DIR)/util.h $(INCLUDE_DIR)/linux/i2c-dev.h |
|
|
$(CC) $(CFLAGS) $(TOOLS_CFLAGS) -c $< -o $@ |
|
|
$(CC) $(CFLAGS) $(TOOLS_CFLAGS) -c $< -o $@ |
|
|
|
|
|
|
|
|
$(TOOLS_DIR)/i2cbusses.o: $(TOOLS_DIR)/i2cbusses.c $(TOOLS_DIR)/i2cbusses.h |
|
|
|
|
|
|
|
|
$(TOOLS_DIR)/i2cbusses.o: $(TOOLS_DIR)/i2cbusses.c $(TOOLS_DIR)/i2cbusses.h $(INCLUDE_DIR)/linux/i2c-dev.h |
|
|
$(CC) $(CFLAGS) $(TOOLS_CFLAGS) -c $< -o $@ |
|
|
$(CC) $(CFLAGS) $(TOOLS_CFLAGS) -c $< -o $@ |
|
|
|
|
|
|
|
|
$(TOOLS_DIR)/util.o: $(TOOLS_DIR)/util.c $(TOOLS_DIR)/util.h |
|
|
$(TOOLS_DIR)/util.o: $(TOOLS_DIR)/util.c $(TOOLS_DIR)/util.h |
|
|