summaryrefslogtreecommitdiff
path: root/n/asserv/src/asserv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'n/asserv/src/asserv/Makefile')
-rw-r--r--n/asserv/src/asserv/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/n/asserv/src/asserv/Makefile b/n/asserv/src/asserv/Makefile
new file mode 100644
index 0000000..4e8f054
--- /dev/null
+++ b/n/asserv/src/asserv/Makefile
@@ -0,0 +1,17 @@
+BASE = ../../../avr
+PROGS = asserv
+asserv_SOURCES = main.c
+DOC =
+EXTRACTDOC =
+MODULES = proto uart utils
+CONFIGFILE = avrconfig.h
+# atmega8, atmega8535, atmega128...
+AVR_MCU = atmega128
+# -O2 : speed
+# -Os : size
+OPTIMIZE = -O2
+
+DEFS =
+LIBS =
+
+include $(BASE)/make/Makefile.gen