FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/L1/cfile/Makefile @ 557:3bb11261b9fe
L1: started work on l1_func.c
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 04 Aug 2014 17:20:38 +0000 |
parents | 44d30f013ee5 |
children | b1358d6c4496 |
comparison
equal
deleted
inserted
replaced
556:b3549e06db7e | 557:3bb11261b9fe |
---|---|
1 CC= arm-elf-gcc | 1 CC= arm-elf-gcc |
2 CPPFLAGS=-I../../include -I../include -I../audio_include -I../audio_cust0 \ | 2 CPPFLAGS=-I../../include -I../include -I../audio_include -I../audio_cust0 \ |
3 -I../tm_include -I../tm_cust0 -I../tpudrv -DMOVE_IN_INTERNAL_RAM | 3 -I../tm_include -I../tm_cust0 -I../cust0 -I../tpudrv \ |
4 -DMOVE_IN_INTERNAL_RAM | |
4 CFLAGS= -O2 -fno-builtin -mthumb-interwork | 5 CFLAGS= -O2 -fno-builtin -mthumb-interwork |
5 LD= arm-elf-ld | 6 LD= arm-elf-ld |
6 INTSED= ../intram.sed | 7 INTSED= ../intram.sed |
7 | 8 |
8 IOBJS= l1_api_hisr.o l1_cmplx_intram.o l1_ctl.o l1_drive.o | 9 IOBJS= l1_api_hisr.o l1_cmplx_intram.o l1_ctl.o l1_drive.o |