We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345318b commit c687aafCopy full SHA for c687aaf
Makefile
@@ -39,7 +39,7 @@ CFLAGS+= -DARM_NEON -mfpu=neon-vfpv4 -funsafe-math-optimizations -ftree-vectoriz
39
endif
40
41
CFLAGS+=$(OPTS)
42
-OBJS = configure.o top.o ftp.o inference_engine_helper.o frame_partitioner.o adjacent_reuse_data_serialization.o self_reuse_data_serialization.o deepthings_edge.o deepthings_gateway.o cmd_line_parser.o
+OBJS = top.o ftp.o inference_engine_helper.o frame_partitioner.o adjacent_reuse_data_serialization.o self_reuse_data_serialization.o deepthings_edge.o deepthings_gateway.o cmd_line_parser.o
43
EXECOBJ = $(addprefix $(OBJDIR), $(OBJS))
44
DEPS = $(wildcard */*.h) Makefile
45
0 commit comments