From c948f277970000941d301e7d6aec08b76da36861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 1 Oct 2003 01:19:16 +0000 Subject: [PATCH] New BOOT_ARCH definition - this is used to create the kernel name (for looking it up on the disks); it's set to OBOS_ARCH. Added the new files menu.cpp and loader.cpp to the build. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4884 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/boot/loader/Jamfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/kernel/boot/loader/Jamfile b/src/kernel/boot/loader/Jamfile index d9e7528a85..8b48476af2 100644 --- a/src/kernel/boot/loader/Jamfile +++ b/src/kernel/boot/loader/Jamfile @@ -8,6 +8,8 @@ UsePrivateHeaders [ FDirName storage ] ; { local defines = _BOOT_MODE + BOOT_ARCH=\\\"$(OBOS_ARCH)\\\" + BOOT_SUPPORT_PARTITION_AMIGA BOOT_SUPPORT_PARTITION_APPLE BOOT_SUPPORT_PARTITION_INTEL @@ -27,6 +29,9 @@ KernelStaticLibrary boot_loader : partitions.cpp heap.cpp stdio.cpp + #elf.cpp + menu.cpp + loader.cpp # utils list.c