diff gsm-fw/L1/tpudrv/Makefile @ 584:d42078e35ac9

tpudrv12.c compiles!
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 15 Aug 2014 21:57:14 +0000
parents d70ebaea3003
children 083e71ff5603
line wrap: on
line diff
--- a/gsm-fw/L1/tpudrv/Makefile	Fri Aug 15 21:49:39 2014 +0000
+++ b/gsm-fw/L1/tpudrv/Makefile	Fri Aug 15 21:57:14 2014 +0000
@@ -4,7 +4,7 @@
 CFLAGS=	-O2 -fno-builtin -mthumb-interwork
 LD=	arm-elf-ld
 
-OBJS=	tpudrv.o
+OBJS=	tpudrv.o tpudrv12.o
 
 all:	${OBJS}