Skip to content

Commit 170aed6

Browse files
committed
pbio/test: Add missing dependency in Makefile.
bluetooth_btstack.d needs headers to be generated.
1 parent 77d269b commit 170aed6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/pbio/test/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ GATT_FILES := $(addprefix $(PBIO_DIR)/drv/bluetooth/,\
140140

141141
GATT_H_FILES := $(addprefix $(BUILD_DIR)/genhdr/, $(notdir $(GATT_FILES:.gatt=.h)))
142142

143+
$(BUILD_PREFIX)/$(PBIO_DIR)/drv/bluetooth/bluetooth_btstack.d: $(GATT_H_FILES)
143144
$(BUILD_PREFIX)/$(PBIO_DIR)/drv/bluetooth/bluetooth_btstack.o: $(GATT_H_FILES)
144145

145146
$(BUILD_DIR)/genhdr/%.h: $(PBIO_DIR)/drv/bluetooth/%.gatt

0 commit comments

Comments
 (0)