altos: Stop copying cc1111 binaries to the altos/src dir
[fw/altos] / src / telebt-v1.0 / Makefile
index 1a3f1c808bb7befad38863b920c6186919539e39..40853fc3cc04d083686fe4e54b46242ec5e0f778 100644 (file)
@@ -35,6 +35,7 @@ CORE_SRC = \
 
 CC1111_SRC = \
        ao_dbg.c \
+       ao_adc.c \
        ao_dma.c \
        ao_led.c \
        ao_packet.c \
@@ -81,7 +82,7 @@ quiet ?= $($1)
 all: $(PROG)
 
 $(PROG): $(REL) Makefile
-       $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(REL) && cp $(PROG) $(PMAP) ..
+       $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(REL)
        $(call quiet,CHECK_STACK) ../cc1111/ao_arch.h $(PMEM) || rm $@
 
 ao_product.h: ao-make-product.5c ../Version