author | zecke <zecke> | 2003-12-09 20:12:42 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-12-09 20:12:42 (UTC) |
commit | 31ba7b6bf273889f9486bb2df44d9a8a5381f579 (patch) (unidiff) | |
tree | ffab05c16eb5c3e8e404a2f72f79170c80a70ffc | |
parent | a22a4b5cbec7a12ae247c3e5edf8c51eb121ba49 (diff) | |
download | opie-31ba7b6bf273889f9486bb2df44d9a8a5381f579.zip opie-31ba7b6bf273889f9486bb2df44d9a8a5381f579.tar.gz opie-31ba7b6bf273889f9486bb2df44d9a8a5381f579.tar.bz2 |
small typo.. it is OPIE_NEW_MALLOC not _ALLOC
-rw-r--r-- | Rules.make | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,5 +49,5 @@ ifeq ($(CONFIG_OPIE_HIGH_RES_SMALL_PHY),y) | |||
49 | endif | 49 | endif |
50 | ifeq ($(CONFIG_OPIE_NEW_ALLOC),y) | 50 | ifeq ($(CONFIG_OPIE_NEW_ALLOC),y) |
51 | echo DEFINES += OPIE_NEW_ALLOC >> $@ | 51 | echo DEFINES += OPIE_NEW_MALLOC >> $@ |
52 | endif | 52 | endif |
53 | ifeq ($(CONFIG_OPIE_NO_SOUND_PCM_READ_BITS),y) | 53 | ifeq ($(CONFIG_OPIE_NO_SOUND_PCM_READ_BITS),y) |