mirror of
https://github.com/thenickdude/KVM-Opencore.git
synced 2024-10-27 20:34:10 +00:00
Fix build and ignore more things
This commit is contained in:
parent
bec2c19cdb
commit
79075aec8f
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,6 +14,7 @@ EFI/OC/OpenCore.efi
|
||||
OpenCore-Image/
|
||||
OpenCore.dmg
|
||||
OpenCore.dmg.gz
|
||||
OpenCoreEFIFolder.zip
|
||||
|
||||
# Prerequisites
|
||||
*.d
|
||||
|
1
.gitmodules
vendored
1
.gitmodules
vendored
@ -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
|
||||
|
4
Makefile
4
Makefile
@ -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 $< $@
|
||||
|
Loading…
Reference in New Issue
Block a user