# HG changeset patch # User Michael Spacefalcon # Date 1408140905 0 # Node ID 083e71ff56032fb1d2f8d6a65339ef7214ec4bf6 # Parent d42078e35ac9ada3c310486947f2dd7e918e3701 gsm-fw/L1/tpudrv/Makefile: build iramcode.o diff -r d42078e35ac9 -r 083e71ff5603 gsm-fw/L1/tpudrv/Makefile --- 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