FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/g23m-aci/ksd/Makefile @ 820:c421163143a0
g23m-aci/ksd compiles
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Apr 2015 17:50:59 +0000 |
parents | 5a0c58760ae2 |
children |
comparison
equal
deleted
inserted
replaced
819:1e4dbee8dcfd | 820:c421163143a0 |
---|---|
1 # stub Makefile, to be filled out | 1 CC= arm-elf-gcc |
2 all: | 2 LD= arm-elf-ld |
3 | |
4 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb | |
5 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ | |
6 -I../../cdginc -I../aci | |
7 | |
8 OBJS= ksd.o ksd_utl.o | |
9 | |
10 all: xipcode.o | |
11 | |
12 xipcode.o: ${OBJS} | |
13 ${LD} -r -o $@ ${OBJS} | |
3 | 14 |
4 clean: | 15 clean: |
5 rm -f *.[oa] *.out *errs | 16 rm -f *.[oa] *.out *errs |