summaryrefslogtreecommitdiff
path: root/n/avr/proto/Makefile
diff options
context:
space:
mode:
authorschodet2004-07-18 22:03:16 +0000
committerschodet2004-07-18 22:03:16 +0000
commit8955d8da9476fa8fa37b0a5a88fa7be10c511b35 (patch)
treea3fea08698b56b9c8195ad0bba79d88a79307f06 /n/avr/proto/Makefile
parente7233cb43576b7759ffa47867ef4e7ed6dd8bc20 (diff)
Initial revision
Diffstat (limited to 'n/avr/proto/Makefile')
-rw-r--r--n/avr/proto/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/n/avr/proto/Makefile b/n/avr/proto/Makefile
new file mode 100644
index 0000000..9855cda
--- /dev/null
+++ b/n/avr/proto/Makefile
@@ -0,0 +1,16 @@
+PROGS = test_proto
+SOURCES = test_proto.c proto.c
+DOC = proto.html
+EXTRACTDOC = avrconfig.h proto.h
+MODULES = n/avr/rs232
+CONFIGFILE = testconfig.h
+# atmega8, atmega8535, atmega128...
+MCU_TARGET = atmega8
+# -O2 : speed
+# -Os : size
+OPTIMIZE = -O2
+
+DEFS =
+LIBS =
+
+include Makefile.avr