We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d269b commit 170aed6Copy full SHA for 170aed6
1 file changed
lib/pbio/test/Makefile
@@ -140,6 +140,7 @@ GATT_FILES := $(addprefix $(PBIO_DIR)/drv/bluetooth/,\
140
141
GATT_H_FILES := $(addprefix $(BUILD_DIR)/genhdr/, $(notdir $(GATT_FILES:.gatt=.h)))
142
143
+$(BUILD_PREFIX)/$(PBIO_DIR)/drv/bluetooth/bluetooth_btstack.d: $(GATT_H_FILES)
144
$(BUILD_PREFIX)/$(PBIO_DIR)/drv/bluetooth/bluetooth_btstack.o: $(GATT_H_FILES)
145
146
$(BUILD_DIR)/genhdr/%.h: $(PBIO_DIR)/drv/bluetooth/%.gatt
0 commit comments