FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/services/etm/Makefile @ 166:13af69b6a3dc
ETM core compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 19 Nov 2013 05:07:24 +0000 |
parents | 9dbf3248a197 |
children |
comparison
equal
deleted
inserted
replaced
165:9dbf3248a197 | 166:13af69b6a3dc |
---|---|
1 CC= arm-elf-gcc | 1 CC= arm-elf-gcc |
2 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb | 2 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb |
3 LD= arm-elf-ld | 3 LD= arm-elf-ld |
4 | 4 |
5 OBJS= etm_api.o | 5 OBJS= etm_api.o etm_env.o etm_task.o etm_tmcore.o etm_trace.o |
6 | 6 |
7 HDRS= etm.h etm_api.h etm_at.h etm_audio_err.h etm_config.h etm_env.h \ | 7 HDRS= etm.h etm_api.h etm_at.h etm_audio_err.h etm_config.h etm_env.h \ |
8 etm_messages_i.h etm_misc.h etm_pool_size.h etm_trace.h etm_version.h | 8 etm_messages_i.h etm_misc.h etm_pool_size.h etm_trace.h etm_version.h |
9 | 9 |
10 all: xipcode.o | 10 all: xipcode.o |