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

Commit 93ccae8

Browse files
committed
all host_applications: remove non-existent projects
The ALL_APPS symbol will optionally build an additional set of projects, however, two 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 93ccae8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

host_applications/linux/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ add_subdirectory(apps/dtmerge)
1515

1616
if(ALL_APPS)
1717
add_subdirectory(apps/vcdbg)
18-
add_subdirectory(libs/elftoolchain)
19-
# add_subdirectory(apps/smct)
2018
add_subdirectory(apps/edid_parser)
2119
add_subdirectory(apps/hello_pi)
2220
endif()

0 commit comments

Comments
 (0)