Skip to content

Commit a80c646

Browse files
authored
Update makefile
1 parent 75f817b commit a80c646

File tree

1 file changed

+3
-1
lines changed
  • arc_design_contest/2021/HUST_SmartMeter/src

1 file changed

+3
-1
lines changed

arc_design_contest/2021/HUST_SmartMeter/src/makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Application name
2-
APPL ?= NILM_IOTDK
2+
APPL ?= SmartMeter
33

44
APPL_DEFINES =
55

@@ -53,7 +53,9 @@ tensorflow/lite/micro/testing \
5353
tensorflow/lite/schema \
5454
third_party/arc_mli_iotdk_arcem9d/include \
5555
third_party/arc_mli_iotdk_arcem9d/include/api \
56+
third_party/flatbuffers/include \
5657
third_party/flatbuffers/include/flatbuffers \
58+
third_party/gemmlowp \
5759
third_party/gemmlowp/fixedpoint \
5860
third_party/gemmlowp/internal \
5961
third_party/kissfft \

0 commit comments

Comments
 (0)