X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fproduct%2FMakefile.telenano;fp=src%2Fproduct%2FMakefile.telenano;h=c31989eedf2fa213837923961da8cb7604e2d777;hb=0ff5f0fbc4900ad45bb7910ffc0c5a4e4cc4b857;hp=67410ae0bd5332b8f3e15840ca087b71c850fae6;hpb=b86c69d56261da54745076b1f5a9c8e8e44787c2;p=fw%2Faltos diff --git a/src/product/Makefile.telenano b/src/product/Makefile.telenano index 67410ae0..c31989ee 100644 --- a/src/product/Makefile.telenano +++ b/src/product/Makefile.telenano @@ -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 $@