diff --git a/components/component_conf.mk b/components/component_conf.mk deleted file mode 100644 index a9c76be..0000000 --- a/components/component_conf.mk +++ /dev/null @@ -1,11 +0,0 @@ -EXTRA_COMPONENT_DIRS += $(SOLUTION_PATH)/components -EXTRA_COMPONENT_DIRS += $(SOLUTION_PATH)/components/esp-face/lib -EXTRA_COMPONENT_DIRS += $(SOLUTION_PATH)/components/esp-face/image_util -EXTRA_COMPONENT_DIRS += $(SOLUTION_PATH)/components/esp-face/face_detection -EXTRA_COMPONENT_DIRS += $(SOLUTION_PATH)/components/esp-face/face_recognition -EXTRA_COMPONENT_DIRS += $(SOLUTION_PATH)/components/esp-face/object_detection -EXTRA_COMPONENT_DIRS += $(SOLUTION_PATH)/components/esp-face/pose_estimation -EXTRA_COMPONENT_DIRS += $(SOLUTION_PATH)/components/esp-sr/lib -EXTRA_COMPONENT_DIRS += $(SOLUTION_PATH)/components/esp-sr/wake_word_engine -EXTRA_COMPONENT_DIRS += $(SOLUTION_PATH)/components/esp-sr/acoustic_algorithm -