summaryrefslogtreecommitdiff
path: root/n/chenil/Makefile
diff options
context:
space:
mode:
authorschodet2004-10-02 15:59:45 +0000
committerschodet2004-10-02 15:59:45 +0000
commit1f14105a0465099079c06955c43e58c664b13c13 (patch)
tree189fadbbf1fda68b6b102055d6f04c903a4456c7 /n/chenil/Makefile
parentfa32b198d2275178f3181a1c8df5438115998d7f (diff)
Conversion au nouveau système de Makefile.
Diffstat (limited to 'n/chenil/Makefile')
-rw-r--r--n/chenil/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/n/chenil/Makefile b/n/chenil/Makefile
index 707ae0a..70d66e4 100644
--- a/n/chenil/Makefile
+++ b/n/chenil/Makefile
@@ -1,8 +1,9 @@
PROGS = chenil
-SOURCES = chenil.c
+chenil_OBJECTS = chenil.o
DOC =
EXTRACTDOC =
MODULES = n/avr/utils
+CONFIGFILE =
# atmega8, atmega8535, atmega128...
MCU_TARGET = atmega8
# -O2 : speed
@@ -10,6 +11,8 @@ MCU_TARGET = atmega8
OPTIMIZE = -O2
DEFS =
-LIBS =
+LDLIBS =
include Makefile.avr
+
+chenil.elf: $(chenil_OBJECTS)