From 27fe98f2d60d28153dfc10452b40664fc1e2ac66 Mon Sep 17 00:00:00 2001 From: Amir Hammad Date: Fri, 24 Jun 2016 01:23:26 +0200 Subject: Embed information about compilation with the debug functions into make output Signed-off-by: Amir Hammad --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9f42be3..d1eeedf 100644 --- a/Makefile +++ b/Makefile @@ -101,6 +101,8 @@ OBJS = $(filter-out $(BINARY).o, $(OBJSDEMO)) ifndef USART_DEBUG OBJS := $(filter-out build/usart_helpers.o, $(OBJS)) OBJSDEMO := $(filter-out build/usart_helpers.o, $(OBJSDEMO)) +else +$(info compiling with DEBUG functions) endif -- cgit