summaryrefslogtreecommitdiff
path: root/n/chenil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'n/chenil/Makefile')
-rw-r--r--n/chenil/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/n/chenil/Makefile b/n/chenil/Makefile
new file mode 100644
index 0000000..707ae0a
--- /dev/null
+++ b/n/chenil/Makefile
@@ -0,0 +1,15 @@
+PROGS = chenil
+SOURCES = chenil.c
+DOC =
+EXTRACTDOC =
+MODULES = n/avr/utils
+# atmega8, atmega8535, atmega128...
+MCU_TARGET = atmega8
+# -O2 : speed
+# -Os : size
+OPTIMIZE = -O2
+
+DEFS =
+LIBS =
+
+include Makefile.avr