diff options
| author | Keith Packard <keithp@keithp.com> | 2014-07-02 22:45:01 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-07-05 00:38:09 -0700 |
| commit | 48508479b0f6f8d6e73db1cae8ee8acdaba022d8 (patch) | |
| tree | 7c26d0f3208e2c09ad67ac191d5412fc8b3ac670 /src/product/Makefile.telelaunch | |
| parent | 500353ec83af0da7fce3d67f2707f4725b1f50ba (diff) | |
altos: Stop sticking cc1111 firmware in src directory
This just clutters src.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/product/Makefile.telelaunch')
| -rw-r--r-- | src/product/Makefile.telelaunch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/product/Makefile.telelaunch b/src/product/Makefile.telelaunch index 90fe7833..7311c21e 100644 --- a/src/product/Makefile.telelaunch +++ b/src/product/Makefile.telelaunch @@ -85,7 +85,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 |
