aboutsummaryrefslogtreecommitdiff
path: root/files.mk
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-03-22 14:06:38 +0100
committerKarel Kočí <cynerd@email.cz>2015-03-22 14:06:38 +0100
commitbc781d73f00dc60aab4f04a8676deb34fbf724d4 (patch)
treeda5b12f4ac7c30df42731724029b3ef382b8042d /files.mk
parent6664647efb75075f967680b82944710e15ec9ce9 (diff)
downloadavr-ioe-bc781d73f00dc60aab4f04a8676deb34fbf724d4.tar.gz
avr-ioe-bc781d73f00dc60aab4f04a8676deb34fbf724d4.tar.bz2
avr-ioe-bc781d73f00dc60aab4f04a8676deb34fbf724d4.zip
Prepare for nrf24l01p
Diffstat (limited to 'files.mk')
-rw-r--r--files.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/files.mk b/files.mk
index 26f4a55..75c047c 100644
--- a/files.mk
+++ b/files.mk
@@ -4,6 +4,8 @@ endif
include charLCD/files.mk
include dht22/files.mk
+include nrf24l01p/files.mk
+
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