From 0b534d81ac39eb5bbf2b9a0691519f6f7f0eaa13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 8 Oct 2015 20:57:12 +0200 Subject: Remove files that won't be used in future for now --- conffile | 19 ------------------- files.mk | 11 ----------- 2 files changed, 30 deletions(-) delete mode 100644 conffile delete mode 100644 files.mk diff --git a/conffile b/conffile deleted file mode 100644 index 8fc1408..0000000 --- a/conffile +++ /dev/null @@ -1,19 +0,0 @@ -menu "AVR-IOE" - -menu "Submodule" "Different external hardware modules." - -include charLCD/conffile -include dht22/conffile -include nrf24l01p/conffile - -endmenu - -menu "SPI" "Serial peripheral interface" - -endmenu - -menu "TWI" "Two-wire interface. Also known as I2C." - -endmenu - -endmenu diff --git a/files.mk b/files.mk deleted file mode 100644 index ef1feaa..0000000 --- a/files.mk +++ /dev/null @@ -1,11 +0,0 @@ -ifndef IOE_PREFIX - IOE_PREFIX = . -endif - -IOE_SPI_SRC = $(IOE_PREFIX)/src/spi.c -IOE_SPI_USI_SRC = $(IOE_PREFIX)/src/spi_usi.c -IOE_SPI_USART_SRC = $(IOE_PREFIX)/src/spi_usart.c - -IOE_SPI_OBJ = $(patsubst %.c,%.o,$(IOE_SPI_SRC)) -IOE_SPI_USI_OBJ = $(patsubst %.c,%.o,$(IOE_SPI_USI_SRC)) -IOE_SPI_USART_OBJ = $(patsubst %.c,%.o,$(IOE_SPI_USART_SRC)) -- cgit v1.2.3