FreeCalypso > hg > freecalypso-sw
view gsm-fw/L1/stand/Makefile @ 616:4d40f9a99445
gsm-fw/L1/stand: plan to use L1IF forwarder entity
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sat, 30 Aug 2014 22:52:35 +0000 |
parents | 4274171eabd2 |
children | 0c736bd8385e |
line wrap: on
line source
CC= arm-elf-gcc CPPFLAGS=-I../../gpf/inc CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb LD= arm-elf-ld OBJS= l1_pei.o all: ${OBJS} clean: rm -f *.[oa] *.out *errs