diff --git a/src/Makefile b/src/Makefile index 8df6388ed..b854a3532 100755 --- a/src/Makefile +++ b/src/Makefile @@ -138,7 +138,7 @@ MICROPY_ARGS += MICROPY_PY_MICRO_SPEECH=1 endif # Include the port Makefile. -include $(OMV_DIR)/ports/$(PORT)/omv_port.mk +include $(OMV_DIR)/ports/$(PORT)/omv_portconfig.mk clean: $(RM) -fr $(BUILD) diff --git a/src/omv/ports/stm32/omv_port.mk b/src/omv/ports/stm32/omv_portconfig.mk similarity index 100% rename from src/omv/ports/stm32/omv_port.mk rename to src/omv/ports/stm32/omv_portconfig.mk