FreeCalypso > hg > freecalypso-sw
diff gsm-fw/L1/cfile/Makefile @ 555:44d30f013ee5
L1: l1_drive.c almost compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 04 Aug 2014 05:43:16 +0000 |
parents | 81cef37b96f9 |
children | 3bb11261b9fe |
line wrap: on
line diff
--- a/gsm-fw/L1/cfile/Makefile Mon Aug 04 04:57:24 2014 +0000 +++ b/gsm-fw/L1/cfile/Makefile Mon Aug 04 05:43:16 2014 +0000 @@ -5,7 +5,7 @@ LD= arm-elf-ld INTSED= ../intram.sed -IOBJS= l1_api_hisr.o l1_cmplx_intram.o l1_ctl.o +IOBJS= l1_api_hisr.o l1_cmplx_intram.o l1_ctl.o l1_drive.o XOBJS= l1_afunc.o l1_async.o l1_cmplx.o all: ${IOBJS} ${XOBJS}