summaryrefslogtreecommitdiff
path: root/n/avr/proto/Makefile
diff options
context:
space:
mode:
authorschodet2005-01-21 01:25:09 +0000
committerschodet2005-01-21 01:25:09 +0000
commit5df03b91677bb6d299bf1e95f980e9088ffeb9ee (patch)
treefc46e04df932ac2558d4762220926143571df3cd /n/avr/proto/Makefile
parent2da3f1d5b33f6fbc5c14faeff71bb275eb16fed6 (diff)
Passage à la nouvelle version du Makefile.
Diffstat (limited to 'n/avr/proto/Makefile')
-rw-r--r--n/avr/proto/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/n/avr/proto/Makefile b/n/avr/proto/Makefile
index 050f564..a056496 100644
--- a/n/avr/proto/Makefile
+++ b/n/avr/proto/Makefile
@@ -1,5 +1,5 @@
PROGS = test_proto
-SOURCES = test_proto.c proto.c
+test_proto_OBJECTS = test_proto.o proto.o rs232.o
DOC = proto.html
EXTRACTDOC = avrconfig.h proto.h proto_inline.c
MODULES = n/avr/rs232
@@ -14,3 +14,6 @@ DEFS =
LIBS =
include Makefile.avr
+
+test_proto.elf: $(test_proto_OBJECTS)
+