changeset 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 25a3095e8a98
files gsm-fw/L1/tpudrv/Makefile
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/L1/tpudrv/Makefile	Fri Aug 15 21:57:14 2014 +0000
+++ b/gsm-fw/L1/tpudrv/Makefile	Fri Aug 15 22:15:05 2014 +0000
@@ -6,7 +6,10 @@
 
 OBJS=	tpudrv.o tpudrv12.o
 
-all:	${OBJS}
+all:	iramcode.o
+
+iramcode.o:	${OBJS}
+	${LD} -r -o $@ ${OBJS}
 
 clean:
 	rm -f *.[oa] *.out *errs