From cdea4f5da56c6158beccc801f0a4efa045cf46cb Mon Sep 17 00:00:00 2001 From: root Date: Sun, 7 Jun 2015 02:35:01 +0100 Subject: tidy up makefiles and fix init delay --- app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Makefile') 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 ^\# ) -- cgit v1.2.3