From 1355d019cafedbb3d6b191156b80a857c6a618d1 Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Sun, 4 Mar 2012 01:32:10 +0100 Subject: digital/beacon/simu: beacon simulator v2 -> Multi Obstacles management --- digital/beacon/simu/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'digital/beacon/simu/Makefile') diff --git a/digital/beacon/simu/Makefile b/digital/beacon/simu/Makefile index 132f0b2e..a9b28299 100644 --- a/digital/beacon/simu/Makefile +++ b/digital/beacon/simu/Makefile @@ -1,8 +1,7 @@ BASE = ../../avr HOST_PROGS = beacon -beacon_SOURCES = beacon.c position.c +beacon_SOURCES = beacon.c position.c formula.c recovery.c update.c trust.c MODULES = math/fixed utils -CONFIGFILE = avrconfig.h # atmega8, atmega8535, atmega128... AVR_MCU = atmega128 # -O2 : speed -- cgit v1.2.3