summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAmir Hammad <amir.hammad@hotmail.com>2016-06-24 01:23:26 +0200
committerAmir Hammad <amir.hammad@hotmail.com>2016-06-25 10:09:55 +0200
commit27fe98f2d60d28153dfc10452b40664fc1e2ac66 (patch)
tree6ba0b87d218ce1bc570feefa24c0d18302e06a7a /Makefile
parente59f23ad5c60dc08f281ccc7a794f4482e55ad00 (diff)
downloadsecure-hid-27fe98f2d60d28153dfc10452b40664fc1e2ac66.tar.gz
secure-hid-27fe98f2d60d28153dfc10452b40664fc1e2ac66.tar.bz2
secure-hid-27fe98f2d60d28153dfc10452b40664fc1e2ac66.zip
Embed information about compilation with the debug functions into make output
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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