From acdd758e56e28f22846e7d34d87f5533c8682574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 8 Oct 2015 20:59:26 +0200 Subject: Add implementation of USART and more ground changes --- makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 81f1910..14aa590 100644 --- a/makefile +++ b/makefile @@ -1,16 +1,16 @@ .PHONY: all help clean -include files.mk +IOE_ONLYPATHS = y +include avr-ioe.mk all: - $(error This is not library, please include "files.mk" to your project makefile. For more informations refer to README.md) + $(error This is not library, please include "avr-ioe.mk" to your project makefile. For more informations refer to README.md) help: @echo This makefile only implements these targets: - @echo help - prints this text - @echo clean - removing all object files generated from source files + @echo help - prints this text + @echo clean - removing all object files generated from source files clean: - $(RM) $(IOE_SPI_OBJ) - $(RM) $(IOE_SPI_USI_OBJ) - $(RM) $(IOE_SPI_USART_OBJ) + $(RM) $(IOE_OBJ) + $(RM) $(IOE_DEP) -- cgit v1.2.3