summaryrefslogtreecommitdiff
path: root/Rules.make
authorzecke <zecke>2003-12-09 20:12:42 (UTC)
committer zecke <zecke>2003-12-09 20:12:42 (UTC)
commit31ba7b6bf273889f9486bb2df44d9a8a5381f579 (patch) (side-by-side diff)
treeffab05c16eb5c3e8e404a2f72f79170c80a70ffc /Rules.make
parenta22a4b5cbec7a12ae247c3e5edf8c51eb121ba49 (diff)
downloadopie-31ba7b6bf273889f9486bb2df44d9a8a5381f579.zip
opie-31ba7b6bf273889f9486bb2df44d9a8a5381f579.tar.gz
opie-31ba7b6bf273889f9486bb2df44d9a8a5381f579.tar.bz2
small typo.. it is OPIE_NEW_MALLOC not _ALLOC
Diffstat (limited to 'Rules.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.make b/Rules.make
index 5cdbb00..82c71e1 100644
--- a/Rules.make
+++ b/Rules.make
@@ -48,7 +48,7 @@ ifeq ($(CONFIG_OPIE_HIGH_RES_SMALL_PHY),y)
echo DEFINES += OPIE_HIGH_RES_SMALL_PHY >> $@
endif
ifeq ($(CONFIG_OPIE_NEW_ALLOC),y)
- echo DEFINES += OPIE_NEW_ALLOC >> $@
+ echo DEFINES += OPIE_NEW_MALLOC >> $@
endif
ifeq ($(CONFIG_OPIE_NO_SOUND_PCM_READ_BITS),y)
echo DEFINES += OPIE_NO_SOUND_PCM_READ_BITS >> $@