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, several of them don't exist anymore. Remove them from the list of
ALL_APPS.

Upstream-status: submitted [raspberrypi#661]
Signed-off-by: Trevor Woerner <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
twoerner authored and kraj committed Dec 2, 2020
1 parent 8e01e60 commit ee90068
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions host_applications/linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ add_subdirectory(apps/dtoverlay)
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()

0 comments on commit ee90068

Please sign in to comment.