aboutsummaryrefslogtreecommitdiff
path: root/examples/usartecho/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/usartecho/makefile')
-rw-r--r--examples/usartecho/makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/usartecho/makefile b/examples/usartecho/makefile
index 343addc..7475127 100644
--- a/examples/usartecho/makefile
+++ b/examples/usartecho/makefile
@@ -3,16 +3,13 @@ MAKEFLAGS += --no-builtin-rules
MMCU = atmega328p
F_CPU = 16000000L
IOE_PREFIX = ../..
-IOE_CFLAGS = -Os -ffunction-sections -fdata-sections -fshort-enums -Wall -g \
+IOE_CFLAGS = -Os -ffunction-sections -fdata-sections -fshort-enums -Wall \
-DCONFIG_IOE_USART_OUTBUFFER_SIZE=64 \
-DCONFIG_IOE_USART_OUTBUFFER_MODE=0
all: usart.hex
@echo Flash usart.hex to chip
-install: usart.hex
- # TODO
-
clean: ioeclean
$(RM) echo.o
$(RM) usart.elf usart.hex