mirror of
https://github.com/thenickdude/KVM-Opencore.git
synced 2024-10-27 20:34:10 +00:00
Fix Makefile issues that meant clean checkout didn't build
This commit is contained in:
parent
2992030b86
commit
541411f97f
16
Makefile
16
Makefile
@ -21,13 +21,13 @@ MISC= \
|
|||||||
EFI_FILES=$(KEXTS) $(DRIVERS) $(TOOLS) $(MISC) EFI/OC/config.plist
|
EFI_FILES=$(KEXTS) $(DRIVERS) $(TOOLS) $(MISC) EFI/OC/config.plist
|
||||||
|
|
||||||
SUBMODULES = \
|
SUBMODULES = \
|
||||||
src/AppleALC \
|
src/AppleALC/README.md \
|
||||||
src/Lilu \
|
src/Lilu/README.md \
|
||||||
src/WhateverGreen \
|
src/WhateverGreen/README.md \
|
||||||
src/OpenCorePkg \
|
src/OpenCorePkg/README.md \
|
||||||
src/VirtualSMC \
|
src/VirtualSMC/README.md \
|
||||||
src/OcBinaryData \
|
src/OcBinaryData/Resources \
|
||||||
src/MacKernelSDK
|
src/MacKernelSDK/README.md
|
||||||
|
|
||||||
# Set me to include the version number in the packaged filenames
|
# Set me to include the version number in the packaged filenames
|
||||||
RELEASE_VERSION ?= master
|
RELEASE_VERSION ?= master
|
||||||
@ -97,7 +97,7 @@ src/VirtualSMC/build/Release/VirtualSMC.kext : src/VirtualSMC/Lilu.kext src/Virt
|
|||||||
EFI/OC/Kexts/Lilu.kext : src/Lilu/build/Release/Lilu.kext
|
EFI/OC/Kexts/Lilu.kext : src/Lilu/build/Release/Lilu.kext
|
||||||
cp -a $< $@
|
cp -a $< $@
|
||||||
|
|
||||||
src/Lilu/build/Release/Lilu.kext src/Lilu/build/Debug/Lilu.kext :
|
src/Lilu/build/Release/Lilu.kext src/Lilu/build/Debug/Lilu.kext : src/Lilu/MacKernelSDK
|
||||||
cd src/Lilu && xcodebuild -configuration Debug
|
cd src/Lilu && xcodebuild -configuration Debug
|
||||||
cd src/Lilu && xcodebuild -configuration Release
|
cd src/Lilu && xcodebuild -configuration Release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user