FreeCalypso > hg > freecalypso-sw
diff gsm-fw/L1/stand/Makefile @ 619:10a1a99de746
L1 standalone: gsm-fw/L1/stand should be complete
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 31 Aug 2014 00:13:01 +0000 |
parents | 0c736bd8385e |
children |
line wrap: on
line diff
--- a/gsm-fw/L1/stand/Makefile Sun Aug 31 00:06:00 2014 +0000 +++ b/gsm-fw/L1/stand/Makefile Sun Aug 31 00:13:01 2014 +0000 @@ -3,9 +3,12 @@ CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb LD= arm-elf-ld -OBJS= l1_pei.o forwarder.o +OBJS= l1_pei.o forwarder.o dll_stubs.o -all: ${OBJS} +all: xipcode.o + +xipcode.o: ${OBJS} + ${LD} -r -o $@ ${OBJS} clean: rm -f *.[oa] *.out *errs