From f050c44d73da01bfd5fdba3e2087f2547b1bda62 Mon Sep 17 00:00:00 2001 From: Kelvin Lawson Date: Thu, 3 Jun 2010 21:09:14 +0100 Subject: [PATCH] STM8: Separate Cosmic and IAR Makefiles. --- ports/stm8/README-COSMIC | 6 +++--- ports/stm8/{Makefile => cosmic.mak} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename ports/stm8/{Makefile => cosmic.mak} (100%) diff --git a/ports/stm8/README-COSMIC b/ports/stm8/README-COSMIC index c87bae5..cb8ac46 100644 --- a/ports/stm8/README-COSMIC +++ b/ports/stm8/README-COSMIC @@ -155,7 +155,7 @@ should set up your environment variables as follows: The full build is carried out using simply: - * make + * make -f cosmic.mak All objects are built into the 'build' folder under ports/stm8. The build process builds separate target applications for each automated test, and @@ -167,13 +167,13 @@ and run as a separate application. All built objects etc can be cleaned using: - * make clean + * make -f cosmic.mak clean The Atomthreads sources are documented using Doxygen markup. You can build both the kernel and STM8 port documentation from this folder using: - * make doxygen + * make -f cosmic.mak doxygen --------------------------------------------------------------------------- diff --git a/ports/stm8/Makefile b/ports/stm8/cosmic.mak similarity index 100% rename from ports/stm8/Makefile rename to ports/stm8/cosmic.mak