aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index a212ede..3c36bec 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,13 @@ MEMORY_TARGET ?= flash
include $(MAKEDIR)/target-config.mk
##
+## Build rules and useful templates
+##
+
+include $(MAKEDIR)/build-rules.mk
+include $(MAKEDIR)/build-templates.mk
+
+##
## Compilation flags
##
@@ -57,13 +64,6 @@ LDFLAGS = $(TARGET_LDFLAGS) -mcpu=cortex-m3 -mthumb \
# -Xlinker --print-gc-sections \
##
-## Build rules and useful templates
-##
-
-include $(MAKEDIR)/build-rules.mk
-include $(MAKEDIR)/build-templates.mk
-
-##
## Set all submodules here
##