Commit 2e0af08e authored by Yasushi SHOJI's avatar Yasushi SHOJI Committed by Anas Nashif
Browse files

build: remove unused CMakeLists.txt



lib/libc/minimal/source/CMakeLists.txt and
lib/libc/minimal/source/stdout/CMakeLists.txt was introduced in
12f8f761 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: default avatarYasushi SHOJI <y-shoji@ispace-inc.com>
parent 2fe51996
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
# intentionally left empty
+1 −0
Original line number Diff line number Diff line
# intentionally left empty
+1 −0
Original line number Diff line number Diff line
# intentionally left empty
+0 −3
Original line number Diff line number Diff line
add_subdirectory(stdout)
add_subdirectory(string)
add_subdirectory(stdlib)
+0 −0

Empty file deleted.