view gsm-fw/g23m-gsm/dl/Makefile @ 702:900be07de4e8

dl_com.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 03 Oct 2014 03:25:57 +0000
parents 5ec79b82ab04
children d6a9b9fce09e
line wrap: on
line source

CC=	arm-elf-gcc
LD=	arm-elf-ld

CFLAGS=	-O2 -fno-builtin -mthumb-interwork -mthumb
CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \
	-I../../cdginc

OBJS=	dl_com.o

all:	${OBJS}

clean:
	rm -f *.[oa] *.out *errs