From df5d9d4813de8259102d15c249c5c16ac1ac2c0e Mon Sep 17 00:00:00 2001 From: Kasper Hjort Berthelsen Date: Fri, 24 May 2024 12:09:03 +0200 Subject: [PATCH] pkg/tflite-micro: Remove commented out code Co-authored-by: Alexandre Abadie --- pkg/tflite-micro/Makefile | 2 -- 1 file changed, 2 deletions(-) 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 $@)" "$<"