From 57613ea5fafb8ba4555755074e7d6ad768fb8a68 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 10 Jul 2010 13:49:49 +0000 Subject: Rename/change SIMVER to APP_TYPE in the Makefiles. SIMVER was really only used to detect a simulator build. With APP_TYPE you can now differentiate between simulator, application, checkwps and database builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27372 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/lib/tlsf/libtlsf.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/lib') diff --git a/apps/codecs/lib/tlsf/libtlsf.make b/apps/codecs/lib/tlsf/libtlsf.make index 464487f..7d37d29 100644 --- a/apps/codecs/lib/tlsf/libtlsf.make +++ b/apps/codecs/lib/tlsf/libtlsf.make @@ -18,7 +18,7 @@ $(TLSFLIB): $(TLSFLIB_OBJ) TLSFLIBFLAGS = $(CODECFLAGS) -ffunction-sections -ifdef SIMVER +ifdef APP_TYPE TLSFLIBFLAGS += -DTLSF_STATISTIC=1 endif -- cgit v1.1