summaryrefslogtreecommitdiff
path: root/n/asserv/src/Makefile
diff options
context:
space:
mode:
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