From 188e91dc9a8858c8dccbb430b267f36715d0c7ef Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Tue, 29 Dec 2015 21:36:58 -0500 Subject: [PATCH] Added reference config.mk file --- config.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config.mk diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..b4b59ae --- /dev/null +++ b/config.mk @@ -0,0 +1,17 @@ +#------------------------------------------------------------------------------ +# User and Platform Specific Configuration Options +#------------------------------------------------------------------------------ +# Override the tools used with platform specific ones +#CC = cc +#LD = ${CC} +#AR = ar + +# GCC dependency generation +#COMPILE += && ${CC} ${INCS} -MM -MT $@ -MF ${@:.o=.d} ${<:.o=.c} + +# Enable output of debug symbols +#CFLAGS += -g + +# Enable output of coverage information +#CFLAGS += --coverage +#LDFLAGS += --coverage -- 2.49.0