diff options
| author | Keith Packard <keithp@keithp.com> | 2017-10-22 15:39:25 -0500 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2017-10-22 15:39:25 -0500 |
| commit | 15af16ad21f67019065763a93d52cea6097a69d1 (patch) | |
| tree | 8076b92c70ec688e7960316f73f97dd4772783bc /src/cc1111 | |
| parent | 749400fd244eba38806c623d2a35722642230698 (diff) | |
altos: Remove cross-block storage I/O on cc1111
We don't ever need to be able to do storage read/write across chunks
of flash on the old cc1111 products, so remove the loops that support
it to save space.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/cc1111')
| -rw-r--r-- | src/cc1111/Makefile.cc1111 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cc1111/Makefile.cc1111 b/src/cc1111/Makefile.cc1111 index 0ea30e1d..cb2d3db4 100644 --- a/src/cc1111/Makefile.cc1111 +++ b/src/cc1111/Makefile.cc1111 @@ -1,7 +1,7 @@ include ../Makedefs CC=$(SDCC) -CFLAGS=--model-small --debug --opt-code-speed -DCODESIZE=$(CODESIZE) +CFLAGS=--model-small --debug --opt-code-speed -DCODESIZE=$(CODESIZE) -DCC1111 CFLAGS += $(PRODUCT_DEF) -I. -I.. -I../kernel -I../cc1111 -I../drivers -I../product |
