aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/FSMC_NAND/Makefile
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-05-02 20:51:04 +0300
committerbarthess <barthess@yandex.ru>2015-05-02 20:51:04 +0300
commitc44092eb0f32b0e1903c99e3f734f3134f01b52c (patch)
treedffa3640b37bec0f9eb1dfb00936b21c80e86fe1 /testhal/STM32/STM32F4xx/FSMC_NAND/Makefile
parent789b4e18b14ec5b8183978238575a75e6b056d5c (diff)
downloadChibiOS-Contrib-c44092eb0f32b0e1903c99e3f734f3134f01b52c.tar.gz
ChibiOS-Contrib-c44092eb0f32b0e1903c99e3f734f3134f01b52c.tar.bz2
ChibiOS-Contrib-c44092eb0f32b0e1903c99e3f734f3134f01b52c.zip
NAND code changed to use bitmap class
Diffstat (limited to 'testhal/STM32/STM32F4xx/FSMC_NAND/Makefile')
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_NAND/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_NAND/Makefile b/testhal/STM32/STM32F4xx/FSMC_NAND/Makefile
index 5474ee7..a203a21 100644
--- a/testhal/STM32/STM32F4xx/FSMC_NAND/Makefile
+++ b/testhal/STM32/STM32F4xx/FSMC_NAND/Makefile
@@ -105,6 +105,7 @@ CSRC = $(STARTUPSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
$(TESTSRC) \
+ $(CHIBIOS)/community/os/various/bitmap.c \
dma_storm_adc.c \
dma_storm_spi.c \
dma_storm_uart.c \
@@ -139,7 +140,7 @@ ASMSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(TESTINC) \
- $(CHIBIOS)/os/various
+ $(CHIBIOS)/os/various $(CHIBIOS)/community/os/various
#