summaryrefslogtreecommitdiff
path: root/n/accel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'n/accel/Makefile')
-rw-r--r--n/accel/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/n/accel/Makefile b/n/accel/Makefile
new file mode 100644
index 0000000..1c62445
--- /dev/null
+++ b/n/accel/Makefile
@@ -0,0 +1,16 @@
+PROGS =accel
+SOURCES = accel.c
+DOC = howto-avr.html
+EXTRACTDOC =
+MODULES = n/avr/proto n/avr/rs232
+CONFIGFILE = avrconfig.h
+# atmega8, atmega8535, atmega128...
+MCU_TARGET = atmega8
+# -O2 : speed
+# -Os : size
+OPTIMIZE = -O2
+
+DEFS =
+LIBS =
+
+include Makefile.avr