Skip to content

Commit

Permalink
Add GNU Make rule to print GENDIR (tensorflow#2514)
Browse files Browse the repository at this point in the history
Useful when the TFLM makefile is called recursively and build artifacts used.

BUG=b/327609938
  • Loading branch information
shlmregev authored Mar 22, 2024
1 parent 15092df commit cf0a560
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tensorflow/lite/micro/tools/make/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,9 @@ endif
# Just build the test targets
build: $(MICROLITE_BUILD_TARGETS)

list_gendir:
@echo $(GENDIR)

list_library_sources:
@echo $(MICROLITE_CC_SRCS) $(MICROLITE_CC_KERNEL_SRCS)

Expand Down

0 comments on commit cf0a560

Please sign in to comment.