mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/tflite-micro: Remove commented out code
Co-authored-by: Alexandre Abadie <alexandre.abadie@inria.fr>
This commit is contained in:
parent
2622478c90
commit
df5d9d4813
@ -46,8 +46,6 @@ all: $(TFLITE_MODULES_USED)
|
||||
|
||||
.PHONY: tflite-%
|
||||
|
||||
# .PHONY: $(PKG_SOURCE_DIR)/tensorflow/lite/schema/schema_generated.h
|
||||
|
||||
$(PKG_SOURCE_DIR)/tensorflow/lite/schema/schema_generated.h: $(PKG_SOURCE_DIR)/tensorflow/lite/schema/schema.fbs $(FLATC)
|
||||
$(FLATC) --cpp -o "$(dir $@)" "$<"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user