diff --git a/pkg/tflite-micro/Makefile b/pkg/tflite-micro/Makefile index 4f5b71a65b..cc39303e28 100644 --- a/pkg/tflite-micro/Makefile +++ b/pkg/tflite-micro/Makefile @@ -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 $@)" "$<"