From bcd197ad9b08a545da8679a9b09e18834f17f624 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Wed, 12 Jan 2011 17:24:32 +0000 Subject: [PATCH] =?UTF-8?q?Removed=20last=20video=5Frle.cpp=20reference=20?= =?UTF-8?q?and=20made=20boot=5Fzlib.a=20requirment=20more=20factual.=20Tha?= =?UTF-8?q?nks=20Fran=C3=83=C2=A7ois=20for=20cleaning=20up=20after=20me.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40218 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/boot/Jamfile | 2 +- src/system/boot/platform/routerboard_mipsel/Jamfile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/system/boot/Jamfile b/src/system/boot/Jamfile index 2f0dec2a08..ad8d151046 100644 --- a/src/system/boot/Jamfile +++ b/src/system/boot/Jamfile @@ -44,7 +44,7 @@ KernelLd boot_loader_$(TARGET_BOOT_PLATFORM) : boot_tarfs.a boot_fatfs.a - # needed by tarfs + # needed by tarfs and video_splash.cpp boot_zlib.a # libroot functions needed by the stage2 boot loader (compiled for the diff --git a/src/system/boot/platform/routerboard_mipsel/Jamfile b/src/system/boot/platform/routerboard_mipsel/Jamfile index 0f840d3fad..94f292ddd6 100644 --- a/src/system/boot/platform/routerboard_mipsel/Jamfile +++ b/src/system/boot/platform/routerboard_mipsel/Jamfile @@ -21,7 +21,6 @@ local genericPlatformSources = text_menu.cpp # video_blit.cpp # video_splash.cpp -# video_rle.cpp ; KernelMergeObject boot_platform_routerboard_mipsel.o :