summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/Source/makefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-04-23 16:36:17 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-04-23 16:36:17 +0200
commitaa4e6b30b96f6e4ef605015417c98aa4c52c8008 (patch)
tree37b2a19b24cfaf6496b752124dceb9ef57d6fe59 /Private/NewBoot/Source/makefile
parent474b20005851cd74928d6f4c27d9739d6c3aba73 (diff)
MHR-16: initial commit.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/Source/makefile')
-rw-r--r--Private/NewBoot/Source/makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile
index 6fb945ff..224c352e 100644
--- a/Private/NewBoot/Source/makefile
+++ b/Private/NewBoot/Source/makefile
@@ -52,7 +52,6 @@ all: compile-amd64
$(COPY) $(BOOT_LOADER) CDROM/EFI/BOOT/BOOTX64.EFI
$(COPY) $(BOOT_LOADER) CDROM/EFI/BOOT/NEWBOOT.EFI
$(COPY) $(BOOT_LOADER) ../../Root/Boot/$(BOOT_LOADER)
- $(COPY) ../../$(KERNEL) CDROM/$(KERNEL)
ifneq ($(DEBUG_SUPPORT), )
DEBUG = -D__DEBUG__