summaryrefslogtreecommitdiff
path: root/digital/beacon/simu/Makefile
diff options
context:
space:
mode:
authorFlorent Duchon2012-03-13 22:50:23 +0100
committerFlorent Duchon2012-03-18 16:30:27 +0100
commit8ac7f52728a8ec2a09a6eeebc3cf5d4afff9b485 (patch)
tree0cdca38087cdbfae887e1c4148c4a065bcfae383 /digital/beacon/simu/Makefile
parent1355d019cafedbb3d6b191156b80a857c6a618d1 (diff)
digital/beacon, digital/lol: beacon folders reorganisation
Diffstat (limited to 'digital/beacon/simu/Makefile')
-rw-r--r--digital/beacon/simu/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/digital/beacon/simu/Makefile b/digital/beacon/simu/Makefile
deleted file mode 100644
index a9b28299..00000000
--- a/digital/beacon/simu/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-BASE = ../../avr
-HOST_PROGS = beacon
-beacon_SOURCES = beacon.c position.c formula.c recovery.c update.c trust.c
-MODULES = math/fixed utils
-# atmega8, atmega8535, atmega128...
-AVR_MCU = atmega128
-# -O2 : speed
-# -Os : size
-OPTIMIZE = -O2 -lm
-
-include $(BASE)/make/Makefile.gen