[tuxdroid-svn] r4753 - firmware/tuxaudio/branches/demo
Status: Beta
Brought to you by:
ks156
|
From: ks156 <c2m...@c2...> - 2009-06-08 14:07:29
|
Author: ks156
Date: 2009-06-08 16:07:22 +0200 (Mon, 08 Jun 2009)
New Revision: 4753
Modified:
firmware/tuxaudio/branches/demo/Makefile
Log:
* Changed 'CUSTOMER' by 'DEMO' in the Makefile.
Modified: firmware/tuxaudio/branches/demo/Makefile
===================================================================
--- firmware/tuxaudio/branches/demo/Makefile 2009-06-08 06:46:57 UTC (rev 4752)
+++ firmware/tuxaudio/branches/demo/Makefile 2009-06-08 14:07:22 UTC (rev 4753)
@@ -47,7 +47,7 @@
CTUNING = -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums
CFLAGS = $(COMMON) $(CDEBUG) $(CDEFS) $(CINCS) -O$(OPT) $(CWARN) $(CSTANDARD) $(CEXTRA)
CFLAGS += -MD -MP -MT $(*F).o -MF dep/$(@F).d
-ifneq (,$(findstring yes, $(CUSTOMER)))
+ifneq (,$(findstring yes, $(DEMO)))
CDEFS += -DCUSTOMER_INTERACT
endif
|