From cc043098a8d15c4c6adc8f7fd7fb986057740938 Mon Sep 17 00:00:00 2001 From: schodet Date: Wed, 18 Jan 2006 13:21:58 +0000 Subject: Clarification des makefiles. Modifications cosmétiques. Mise à jour d'un début de doc. meilleur support des cibles simu. --- n/avr/modules/proto/test/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'n/avr/modules/proto') diff --git a/n/avr/modules/proto/test/Makefile b/n/avr/modules/proto/test/Makefile index a1506be..801870a 100644 --- a/n/avr/modules/proto/test/Makefile +++ b/n/avr/modules/proto/test/Makefile @@ -1,8 +1,6 @@ BASE = ../../.. PROGS = test_proto test_proto_SOURCES = test_proto.c -DOC = -EXTRACTDOC = MODULES = proto uart utils CONFIGFILE = avrconfig.h # atmega8, atmega8535, atmega128... @@ -11,7 +9,4 @@ AVR_MCU = atmega8 # -Os : size OPTIMIZE = -O2 -DEFS = -LIBS = - include $(BASE)/make/Makefile.gen -- cgit v1.2.3