comparison gsm-fw/L1/tpudrv/Makefile @ 585:083e71ff5603

gsm-fw/L1/tpudrv/Makefile: build iramcode.o
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 15 Aug 2014 22:15:05 +0000
parents d42078e35ac9
children
comparison
equal deleted inserted replaced
584:d42078e35ac9 585:083e71ff5603
4 CFLAGS= -O2 -fno-builtin -mthumb-interwork 4 CFLAGS= -O2 -fno-builtin -mthumb-interwork
5 LD= arm-elf-ld 5 LD= arm-elf-ld
6 6
7 OBJS= tpudrv.o tpudrv12.o 7 OBJS= tpudrv.o tpudrv12.o
8 8
9 all: ${OBJS} 9 all: iramcode.o
10
11 iramcode.o: ${OBJS}
12 ${LD} -r -o $@ ${OBJS}
10 13
11 clean: 14 clean:
12 rm -f *.[oa] *.out *errs 15 rm -f *.[oa] *.out *errs