diff gsm-fw/services/pcm/Makefile @ 642:b039cafc8e31

PCM integration: linking
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 03 Sep 2014 17:42:09 +0000
parents e60f51f747f5
children
line wrap: on
line diff
--- a/gsm-fw/services/pcm/Makefile	Wed Sep 03 17:31:21 2014 +0000
+++ b/gsm-fw/services/pcm/Makefile	Wed Sep 03 17:42:09 2014 +0000
@@ -6,9 +6,12 @@
 
 HDRS=	pcm.h
 
-all:	${OBJS}
+all:	xipcode.o
 
 ${OBJS}:	${HDRS}
 
+xipcode.o:	${OBJS}
+	${LD} -r -o $@ ${OBJS}
+
 clean:
 	rm -f *.[oa] *errs