summaryrefslogtreecommitdiff
path: root/n/avr/modules/uart/Makefile
diff options
context:
space:
mode:
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