From: Keith Packard Date: Thu, 29 Mar 2012 04:45:02 +0000 (-0700) Subject: altos: Add ao_freq.c to megametrum build X-Git-Tag: 1.0.9.4~1 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=0993595035a2813deba6991fa25bc0d475f2e6bb 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 --- 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)