diff --git a/examples/make/Makefile b/examples/make/romanboard/Makefile similarity index 99% rename from examples/make/Makefile rename to examples/make/romanboard/Makefile index c331b20..c59f5c8 100644 --- a/examples/make/Makefile +++ b/examples/make/romanboard/Makefile @@ -21,7 +21,7 @@ DEVICE := STM32H573II # include c sources list AS_SOURCES := C_SOURCES := -include ./src.mk +include ./sources.mk # compiler commands PREFIX := arm-none-eabi- diff --git a/examples/make/flash.jlink b/examples/make/romanboard/flash.jlink similarity index 100% rename from examples/make/flash.jlink rename to examples/make/romanboard/flash.jlink diff --git a/examples/make/sources.mk b/examples/make/romanboard/sources.mk similarity index 100% rename from examples/make/sources.mk rename to examples/make/romanboard/sources.mk