summaryrefslogtreecommitdiff
path: root/digital/beacon/src/stub/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon/src/stub/Makefile')
-rw-r--r--digital/beacon/src/stub/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/digital/beacon/src/stub/Makefile b/digital/beacon/src/stub/Makefile
new file mode 100644
index 00000000..2f97d775
--- /dev/null
+++ b/digital/beacon/src/stub/Makefile
@@ -0,0 +1,12 @@
+BASE = ../../../avr
+HOST_PROGS = simu_stub
+simu_stub_SOURCES = simu_stub.host.c
+MODULES = utils host twi
+CONFIGFILE = avrconfig.h
+# atmega8, atmega8535, atmega128...
+AVR_MCU = atmega128
+# -O2 : speed
+# -Os : size
+OPTIMIZE = -O2
+
+include $(BASE)/make/Makefile.gen