mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Move src/libruntime/{linux,stm32f4} to src/libruntime/target.
This commit is contained in:
parent
6a27068dbd
commit
5b48cb1a37
4
Makefile
4
Makefile
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user