2 # TeleMetrum build file
4 # The various telemetrum versions differ only
5 # in which flash and GPS drivers are included,
6 # so the per-board makefiles simply define
7 # TM_VER, TM_DEF, TM_INC and TM_SRC and include
10 vpath %.c .:..:../kernel:../cc1111:../drivers:../product
11 vpath %.h .:..:../kernel:../cc1111:../drivers:../product
12 vpath ao-make-product.5c ../util
79 PROGNAME = telemetrum-v$(TM_VER)$(TM_EXTRA)
80 PROG = $(PROGNAME)-$(VERSION).ihx
81 PRODUCT=TeleMetrum-v$(TM_VER)
82 PRODUCT_DEF=-DTELEMETRUM_V_$(TM_DEF)
85 include ../cc1111/Makefile.cc1111
88 CHECK_STACK=sh ../util/check-stack
91 # The user has explicitly enabled quiet compilation.
93 quiet = @printf " $1 $2 $@\n"; $($1)
95 # Otherwise, print the full command line.
100 $(PROG): $(REL) Makefile
101 $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(REL)
102 $(call quiet,CHECK_STACK) ../cc1111/ao_arch.h $(PMEM) || rm $@
104 ao_product.h: ao-make-product.5c ../Version
105 $(call quiet,NICKLE,$<) $< -m altusmetrum.org -i $(IDPRODUCT) -p $(PRODUCT) -v $(VERSION) > $@