Skip to content

Commit

Permalink
interface: Drop vcfiled
Browse files Browse the repository at this point in the history
vcfiled isn't used, nor the firmware side built into the image,
therefore drop building it from the cmake targets.
  • Loading branch information
6by9 authored and popcornmix committed Jul 24, 2019
1 parent 5b1a3fb commit f00a118
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 471 deletions.
5 changes: 1 addition & 4 deletions interface/vmcs_host/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
# vc_vchi_gencmd.c has a type-punning problem in vc_gencmd_read_response
add_definitions(-fno-strict-aliasing)

include_directories(${VMCS_TARGET}/vcfiled)

add_library(vchostif
${VMCS_TARGET}/vcfilesys.c ${VMCS_TARGET}/vcmisc.c
vc_vchi_gencmd.c vc_vchi_filesys.c vc_vchi_gpuserv.c
Expand All @@ -26,10 +24,9 @@ add_library(vcilcs
target_link_libraries(vcilcs brcmEGL brcmGLESv2 khrn_client vchiq_arm vcos)

# vchostif needs ilcore as well (vmcs_main pulls it in)
target_link_libraries(vchostif vchiq_arm vcos vcfiled_check)
target_link_libraries(vchostif vchiq_arm vcos)

#target_link_libraries(bufman WFC)

add_subdirectory(linux/vcfiled)
install(TARGETS vchostif vcilcs DESTINATION lib)

33 changes: 0 additions & 33 deletions interface/vmcs_host/linux/vcfiled/CMakeLists.txt

This file was deleted.

132 changes: 0 additions & 132 deletions interface/vmcs_host/linux/vcfiled/etc/init.d/vcfiled

This file was deleted.

Loading

0 comments on commit f00a118

Please sign in to comment.