# HG changeset patch # User Michael Spacefalcon # Date 1412034173 0 # Node ID 95608d9c90de854a408674d50c7e4f73025adc8e # Parent 695ac18cbcf923e90bb9c9368788785f9778cc31 gsm-fw/g23m-gsm/alr/Makefile: link xipcode.o diff -r 695ac18cbcf9 -r 95608d9c90de gsm-fw/g23m-gsm/alr/Makefile --- a/gsm-fw/g23m-gsm/alr/Makefile Mon Sep 29 23:38:36 2014 +0000 +++ b/gsm-fw/g23m-gsm/alr/Makefile Mon Sep 29 23:42:53 2014 +0000 @@ -8,7 +8,10 @@ OBJS= alr_cbch.o alr_cs.o alr_csf.o alr_dedi.o alr_em.o alr_main.o alr_nc.o \ alr_pch.o alr_pei.o alr_rach.o alr_tim.o alr_trc.o -all: ${OBJS} +all: xipcode.o + +xipcode.o: ${OBJS} + ${LD} -r -o $@ ${OBJS} clean: rm -f *.[oa] *.out *errs