summaryrefslogtreecommitdiffstats
path: root/app/Makefile
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2015-06-07 02:35:01 +0100
committerroot <root@lamia.panaceas.james.local>2015-06-07 02:35:01 +0100
commitcdea4f5da56c6158beccc801f0a4efa045cf46cb (patch)
tree456a1677aff4cd0f08a9461d72659ec20b4e0c8b /app/Makefile
parent7fa21387755e96ea0403ff4213af8a053811b81d (diff)
downloadtims_keyboard-cdea4f5da56c6158beccc801f0a4efa045cf46cb.tar.gz
tims_keyboard-cdea4f5da56c6158beccc801f0a4efa045cf46cb.tar.bz2
tims_keyboard-cdea4f5da56c6158beccc801f0a4efa045cf46cb.zip
tidy up makefiles and fix init delay
Diffstat (limited to 'app/Makefile')
-rw-r--r--app/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Makefile b/app/Makefile
index 4761d45..7c378cf 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -32,7 +32,7 @@ OBJS = ${CSRCS:%.c=%.o}
include ../Makefile.include
-CFLAGS+=-Wno-redundant-decls -Wno-unused-parameter
+CFLAGS+=-Wno-redundant-decls -Wno-unused-parameter #-DDEBUG
DID=$(shell printf '\#include "id.h"\nID_PRODUCT' | ${CC} -I.. -E - | grep -v ^\# )