summaryrefslogtreecommitdiff
path: root/n/chenil/Makefile
diff options
context:
space:
mode:
authorschodet2004-07-08 22:30:51 +0000
committerschodet2004-07-08 22:30:51 +0000
commitf80ac61093ddebc1e00083f89940d5ab5ba038b8 (patch)
tree5b579d26d0bf02c9bcda06e2c54be55d396db72e /n/chenil/Makefile
parentd84fdd69c0742834f24740f5dffaf69af87ebd8e (diff)
Initial revision
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