From 94e27a295bf87ffe74559fc8ddbae1d82413cb05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Fri, 29 Jan 2016 00:23:48 +0100 Subject: [PATCH] board is now indicated when compiling --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8fe897b..6f8f22a 100644 --- a/Makefile +++ b/Makefile @@ -58,8 +58,8 @@ $(info run "git submodule init" and "git submodule update" before runnig make) $(error libopencm3 repository is not initialized) endif -# device flag -DEFS += -DSTM32F1 +# device flags +DEFS += -DSTM32F1 -D$(BOARD) # C flags CFLAGS += -Os -g