Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit aec10b7

Browse files
committed
all host_applications: remove non-existent projects
The ALL_APPS symbol will optionally build an additional set of projects, however, several of them don't exist anymore. Remove them from the list of ALL_APPS. Signed-off-by: Trevor Woerner <[email protected]>
1 parent 9f3f905 commit aec10b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

host_applications/linux/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ add_subdirectory(apps/dtoverlay)
1414
add_subdirectory(apps/dtmerge)
1515

1616
if(ALL_APPS)
17-
add_subdirectory(apps/vcdbg)
18-
add_subdirectory(libs/elftoolchain)
19-
# add_subdirectory(apps/smct)
20-
add_subdirectory(apps/edid_parser)
2117
add_subdirectory(apps/hello_pi)
2218
endif()
2319

0 commit comments

Comments
 (0)