summaryrefslogtreecommitdiff
path: root/n/asserv/src/Makefile
diff options
context:
space:
mode:
authorschodet2004-09-29 21:07:25 +0000
committerschodet2004-09-29 21:07:25 +0000
commit55b33a20a69479219745172575c4504acd52730d (patch)
tree64f847e19e623c32ed37f7429252c4e71034e013 /n/asserv/src/Makefile
parentce1909a893f3a4c799eb2f876b78cfb0cf16cbf6 (diff)
Initial revision
Diffstat (limited to 'n/asserv/src/Makefile')
-rw-r--r--n/asserv/src/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/n/asserv/src/Makefile b/n/asserv/src/Makefile
new file mode 100644
index 0000000..474512c
--- /dev/null
+++ b/n/asserv/src/Makefile
@@ -0,0 +1,18 @@
+#PROGS = test_pwm
+#SOURCES = test_pwm.c pwm.c
+PROGS = asserv
+SOURCES = motor.c main.c
+DOC =
+EXTRACTDOC =
+MODULES = n/avr/rs232 n/avr/proto n/avr/utils
+CONFIGFILE = avrconfig.h
+# atmega8, atmega8535, atmega128...
+MCU_TARGET = atmega128
+# -O2 : speed
+# -Os : size
+OPTIMIZE = -O2
+
+DEFS =
+LIBS =
+
+include Makefile.avr