Skip to content

Commit

Permalink
XhciDxe optional
Browse files Browse the repository at this point in the history
  • Loading branch information
RehabMan committed Sep 22, 2018
1 parent e8476e4 commit ca9576f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebuild.sh
Expand Up @@ -1087,7 +1087,7 @@ MainPostBuildScript() {
done

# binArray=( FSInject AppleImageCodec AppleUITheme AppleKeyAggregator FirmwareVolume DataHubDxe SMCHelper)
binArray=( FSInject DataHubDxe SMCHelper XhciDxe)
binArray=( FSInject DataHubDxe SMCHelper)
for efi in "${binArray[@]}"
do
copyBin "$BUILD_DIR_ARCH"/$efi.efi "$CLOVER_PKG_DIR"/EFI/CLOVER/drivers64UEFI/$efi-64.efi
Expand Down

0 comments on commit ca9576f

Please sign in to comment.