This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
8287f7c855
zephyr
/
soc
/
nios2
/
nios2-qemu
/
CMakeLists.txt
2 lines
27 B
CMake
Raw
Normal View
History
Unescape
Escape
build: remove unused CMakeLists.txt lib/libc/minimal/source/CMakeLists.txt and lib/libc/minimal/source/stdout/CMakeLists.txt was introduced in 12f8f7616 but it is not used by the build system. CMakeLists.txt in the parent dir lib/libc/minimal/CMakeLists.txt adds C files to the target with the lines like: ${CMAKE_CURRENT_SOURCE_DIR}/source/stdlib/atoi.c ${CMAKE_CURRENT_SOURCE_DIR}/source/stdlib/strtol.c To make other empty CMakeLists.txt explicit, this commit adds a comment line to them. Signed-off-by: Yasushi SHOJI <y-shoji@ispace-inc.com>
2018-06-06 13:28:58 +08:00
# intentionally left empty