summaryrefslogtreecommitdiff
path: root/n/accel/Makefile
diff options
context:
space:
mode:
authorburg2004-07-21 08:12:19 +0000
committerburg2004-07-21 08:12:19 +0000
commitb270fb1a79b18ee1b15613b46eedad20f0cb8901 (patch)
tree4019458041868974ab42dfbcb28fb50cbf7582d7 /n/accel/Makefile
parent924292823659b1e037188c608c795c80db42875e (diff)
Création du projet accelerometre
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