altos: Stop copying cc1111 binaries to the altos/src dir
[fw/altos] / src / product / Makefile.telenano
index 67410ae0bd5332b8f3e15840ca087b71c850fae6..c31989eedf2fa213837923961da8cb7604e2d777 100644 (file)
@@ -82,9 +82,9 @@ endif
 # Otherwise, print the full command line.
 quiet ?= $($1)
 
-all: ../$(PROG)
+all: $(PROG)
 
-../$(PROG): $(REL) Makefile
+$(PROG): $(REL) Makefile
        $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(REL) && cp $(PROG) $(PMAP) ..
        $(call quiet,CHECK_STACK) ../cc1111/ao_arch.h $(PMEM) || rm $@