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/uart/test/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'n/avr/modules/uart/test') diff --git a/n/avr/modules/uart/test/Makefile b/n/avr/modules/uart/test/Makefile index 3f162fc..4f394f2 100644 --- a/n/avr/modules/uart/test/Makefile +++ b/n/avr/modules/uart/test/Makefile @@ -1,8 +1,7 @@ BASE = ../../.. PROGS = test_uart +SIMU_PROGS = test_uart test_uart_SOURCES = test_uart.c -DOC = -EXTRACTDOC = MODULES = uart utils CONFIGFILE = avrconfig_ring.h # atmega8, atmega8535, atmega128... @@ -11,12 +10,9 @@ AVR_MCU = atmega8 # -Os : size OPTIMIZE = -O2 -DEFS = -LIBS = - # Test compilations. TEST_MCU = atmega8 atmega8535 atmega128 TEST_CONFIGFILES = avrconfig_ring.h avrconfig_polling.h avrconfig_twoports.h -avrconfig_twoports_MCU = atmega128 +avrconfig_twoports_TEST_MCU = atmega128 include $(BASE)/make/Makefile.gen -- cgit v1.2.3