Skip to content

Commit 6587553

Browse files
schodetlaurensvalk
authored andcommitted
pbio/test: Add missing dependency in Makefile.
bluetooth_btstack.d needs headers to be generated.
1 parent c858ddd commit 6587553

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
@@ -137,6 +137,7 @@ GATT_FILES := $(addprefix $(PBIO_DIR)/drv/bluetooth/,\
137137

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

140+
$(BUILD_PREFIX)/$(PBIO_DIR)/drv/bluetooth/bluetooth_btstack.d: $(GATT_H_FILES)
140141
$(BUILD_PREFIX)/$(PBIO_DIR)/drv/bluetooth/bluetooth_btstack.o: $(GATT_H_FILES)
141142

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

0 commit comments

Comments
 (0)