summaryrefslogtreecommitdiff
path: root/n/avr/rs232/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'n/avr/rs232/Makefile')
-rw-r--r--n/avr/rs232/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/n/avr/rs232/Makefile b/n/avr/rs232/Makefile
index a70b2e0..d1e82f2 100644
--- a/n/avr/rs232/Makefile
+++ b/n/avr/rs232/Makefile
@@ -1,5 +1,5 @@
PROGS = test_rs232
-SOURCES = test_rs232.c rs232.c
+test_rs232_OBJECTS = test_rs232.c rs232.c
DOC = rs232.html
EXTRACTDOC = rs232.c avrconfig.h
MODULES =
@@ -14,3 +14,5 @@ DEFS =
LIBS =
include Makefile.avr
+
+test_rs232.elf: $(test_rs232_OBJECTS)