summaryrefslogtreecommitdiff
path: root/n/avr/modules/uart/Makefile
diff options
context:
space:
mode:
authorschodet2005-07-05 18:39:06 +0000
committerschodet2005-07-05 18:39:06 +0000
commitdc1a4f2bdbb5723fd0b5a19aa533211b34c06adb (patch)
tree06ecafe7e040e62a379497b3bd386d171f6e14da /n/avr/modules/uart/Makefile
parent8837b88c9d9cce383fd1e3467abadef51cbc5b1c (diff)
Fix: echo sur l'uart host.
Add: mode de compilation de test. Add: erreurs à la termios. Fix: détails...
Diffstat (limited to 'n/avr/modules/uart/Makefile')
-rw-r--r--n/avr/modules/uart/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/n/avr/modules/uart/Makefile b/n/avr/modules/uart/Makefile
index 4546be6..f0f2561 100644
--- a/n/avr/modules/uart/Makefile
+++ b/n/avr/modules/uart/Makefile
@@ -1,17 +1,5 @@
BASE = ../..
-PROGS = test_uart
-test_uart_SOURCES = test_uart.c
DOC = uart.html
EXTRACTDOC = uart.h avrconfig.h
-MODULES = uart
-CONFIGFILE = test_avrconfig.h
-# atmega8, atmega8535, atmega128...
-AVR_MCU = atmega8
-# -O2 : speed
-# -Os : size
-OPTIMIZE = -O2
-
-DEFS =
-LIBS =
include $(BASE)/make/Makefile.gen