mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #20703 from FlapKap/update-tfmicro
pkg/tflite-micro: add proper options to flatc
This commit is contained in:
commit
2d1999a873
@ -47,7 +47,7 @@ all: $(TFLITE_MODULES_USED)
|
||||
.PHONY: tflite-%
|
||||
|
||||
$(PKG_SOURCE_DIR)/tensorflow/lite/schema/schema_generated.h: $(PKG_SOURCE_DIR)/tensorflow/lite/schema/schema.fbs $(FLATC)
|
||||
$(FLATC) --cpp -o "$(dir $@)" "$<"
|
||||
$(FLATC) --cpp --reflect-types --reflect-names --no-union-value-namespacing --gen-object-api -o "$(dir $@)" "$<"
|
||||
|
||||
tflite-%: $(PKG_SOURCE_DIR)/tensorflow/lite/schema/schema_generated.h
|
||||
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/$(DIR_$@) -f $(CURDIR)/$@.mk
|
||||
|
Loading…
Reference in New Issue
Block a user