Move src/libruntime/{linux,stm32f4} to src/libruntime/target.
This commit is contained in:
@@ -41,10 +41,10 @@ SOURCES = \
|
|||||||
|
|
||||||
SOURCES_STM32F4 = \
|
SOURCES_STM32F4 = \
|
||||||
third-party/STM32F4-Discovery_FW_V1.1.0/Libraries/CMSIS/ST/STM32F4xx/Source/Templates/system_stm32f4xx.c \
|
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 = \
|
SOURCES_LINUX = \
|
||||||
$(wildcard src/libruntime/linux/*)
|
$(wildcard src/libruntime/target/linux/*)
|
||||||
|
|
||||||
HEADERS = \
|
HEADERS = \
|
||||||
$(sort \
|
$(sort \
|
||||||
|
|||||||
Reference in New Issue
Block a user