2 # TeleBalloon 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
20 vpath %.c ..:../core:../cc1111:../drivers:../product:.
21 vpath %.h ..:../core:../cc1111:../drivers:../product:.
22 vpath ao-make-product.5c ../util
84 PROGNAME = teleballoon-v$(TELEBALLOON_VER)
85 PROG = $(PROGNAME)-$(VERSION).ihx
86 PRODUCT=TeleBalloon-v$(TELEBALLOON_VER)
87 PRODUCT_DEF=-DTELEBALLOON_V_$(TELEBALLOON_DEF)
90 include ../cc1111/Makefile.cc1111
93 CHECK_STACK=sh ../util/check-stack
96 # The user has explicitly enabled quiet compilation.
98 quiet = @printf " $1 $2 $@\n"; $($1)
100 # Otherwise, print the full command line.
105 $(PROG): $(REL) Makefile
106 $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(REL) && cp $(PROG) $(PMAP) ..
107 $(call quiet,CHECK_STACK) ../cc1111/ao_arch.h $(PMEM) || rm $@
109 ao_product.h: ao-make-product.5c ../Version
110 $(call quiet,NICKLE,$<) $< -m altusmetrum.org -i $(IDPRODUCT) -p $(PRODUCT) -v $(VERSION) > $@