Merge pull request #1 from dotsam/master

Fix Makefile and Ignores
This commit is contained in:
Nicholas Sherlock 2020-04-25 12:17:03 +12:00 committed by GitHub
commit f5ca64fbb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -14,6 +14,7 @@ EFI/OC/OpenCore.efi
OpenCore-Image/
OpenCore.dmg
OpenCore.dmg.gz
OpenCoreEFIFolder.zip
# Prerequisites
*.d

1
.gitmodules vendored
View File

@ -4,6 +4,7 @@
[submodule "src/OpenCorePkg"]
path = src/OpenCorePkg
url = https://github.com/acidanthera/OpenCorePkg.git
ignore = dirty
[submodule "src/AppleSupportPkg"]
path = src/AppleSupportPkg
url = https://github.com/acidanthera/AppleSupportPkg.git

0
EFI/OC/ACPI/SSDT-DTGP.aml Executable file → Normal file
View File

0
EFI/OC/ACPI/SSDT-EC.aml Executable file → Normal file
View File

0
EFI/OC/ACPI/SSDT-EHCI.aml Executable file → Normal file
View File

0
EFI/OC/ACPI/SSDT-PLUG.aml Executable file → Normal file
View File

0
EFI/OC/Kexts/AGPMInjector.kext/Contents/Info.plist Executable file → Normal file
View File

View File

0
EFI/OC/Kexts/USBPorts.kext/Contents/Info.plist Executable file → Normal file
View File

0
EFI/OC/config.plist Executable file → Normal file
View File

View File

@ -130,6 +130,10 @@ EFI/OC/Tools/Shell.efi : src/OpenCorePkg/Binaries/$(OPENCORE_MODE)/Shell.efi
mkdir -p EFI/OC/Tools
cp -a $< $@
EFI/OC/Tools/ResetSystem.efi : src/OpenCorePkg/Binaries/$(OPENCORE_MODE)/ResetSystem.efi
mkdir -p EFI/OC/Tools
cp -a $< $@
EFI/OC/Drivers/OpenCanopy.efi : src/OpenCorePkg/Binaries/$(OPENCORE_MODE)/OpenCanopy.efi
mkdir -p EFI/OC/Drivers
cp -a $< $@