summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-03-28 21:45:02 -0700
committerKeith Packard <keithp@keithp.com>2012-03-28 21:45:02 -0700
commit0993595035a2813deba6991fa25bc0d475f2e6bb (patch)
tree46624892e5ddb419c38132473afea04a10f23cc8
parenta157edbe1bf7fffd5a6041f7b1760674addd2229 (diff)
altos: Add ao_freq.c to megametrum build
I think this will be needed to compute radio settings on the cc1120 Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--src/megametrum-v0.1/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/megametrum-v0.1/Makefile b/src/megametrum-v0.1/Makefile
index b07d1e1d..6347f8c3 100644
--- a/src/megametrum-v0.1/Makefile
+++ b/src/megametrum-v0.1/Makefile
@@ -30,7 +30,8 @@ ALTOS_SRC = \
ao_mutex.c \
ao_serial_stm.c \
ao_gps_skytraq.c \
- ao_cc1120.c
+ ao_cc1120.c \
+ ao_freq.c
PRODUCT=MegaMetrum-v0.1
PRODUCT_DEF=-DMEGAMETRUM
@@ -38,7 +39,7 @@ IDPRODUCT=0x000a
CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) -Os -g
-PROG=megametrum-v0.1
+PROG=megametrum-v0.1-$(VERSION).ihx
SRC=$(ALTOS_SRC) ao_megametrum.c
OBJ=$(SRC:.c=.o)