Remove the unused usbdk code

This code does not get used for anything, and simply generates
compiler warnings which can't easily (if at all) be fixed. Remove
it.
This commit is contained in:
Luke Diamand
2016-04-16 18:07:56 +01:00
parent 3dae9a6b87
commit d9ffcca70e
7 changed files with 1 additions and 3139 deletions

View File

@@ -44,6 +44,7 @@ add_definitions(-DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1)
add_definitions(-DOMX_SKIP64BIT)
add_definitions(-DEGL_SERVER_DISPMANX)
add_definitions(-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64)
add_definitions(-D_GNU_SOURCE)
# do we actually need this?
add_definitions(-D__VIDEOCORE4__)
@@ -86,10 +87,6 @@ add_subdirectory(middleware/openmaxil)
# add_subdirectory(thirdparty/applications/test)
#endif()
# FIXME: this directory needs a more sensible name and better
# platform factoring
add_subdirectory(interface/usbdk)
# FIXME: we should use a pre-packaged version of freetype
# rather than the one included in the repo.
#add_subdirectory(opensrc/helpers/freetype)