Move src/libruntime/{linux,stm32f4} to src/libruntime/target.

This commit is contained in:
Ruben Ayrapetyan 2014-07-10 22:17:33 +04:00
parent 6a27068dbd
commit 5b48cb1a37
3 changed files with 2 additions and 2 deletions

View File

@ -41,10 +41,10 @@ SOURCES = \
SOURCES_STM32F4 = \
third-party/STM32F4-Discovery_FW_V1.1.0/Libraries/CMSIS/ST/STM32F4xx/Source/Templates/system_stm32f4xx.c \
$(wildcard src/libruntime/stm32f4/*)
$(wildcard src/libruntime/target/stm32f4/*)
SOURCES_LINUX = \
$(wildcard src/libruntime/linux/*)
$(wildcard src/libruntime/target/linux/*)
HEADERS = \
$(sort \