From 1f14105a0465099079c06955c43e58c664b13c13 Mon Sep 17 00:00:00 2001 From: schodet Date: Sat, 2 Oct 2004 15:59:45 +0000 Subject: Conversion au nouveau système de Makefile. --- n/chenil/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'n/chenil/Makefile') 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) -- cgit v1.2.3