Skip to content

Commit

Permalink
all host_applications: remove non-existent projects
Browse files Browse the repository at this point in the history
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 <twoerner@gmail.com>
  • Loading branch information
twoerner committed Nov 27, 2020
1 parent 9f3f905 commit 93ccae8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions host_applications/linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ add_subdirectory(apps/dtmerge)

if(ALL_APPS)
add_subdirectory(apps/vcdbg)
add_subdirectory(libs/elftoolchain)
# add_subdirectory(apps/smct)
add_subdirectory(apps/edid_parser)
add_subdirectory(apps/hello_pi)
endif()
Expand Down

0 comments on commit 93ccae8

Please sign in to comment.