From 2ea8f7d44484554f33282375f01c97c305887f46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 16 Oct 2003 18:06:25 +0000 Subject: [PATCH] Added mmu.cpp to the build. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5051 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/boot/platform/openfirmware/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kernel/boot/platform/openfirmware/Jamfile b/src/kernel/boot/platform/openfirmware/Jamfile index 9df61978e2..c379bb6ddd 100644 --- a/src/kernel/boot/platform/openfirmware/Jamfile +++ b/src/kernel/boot/platform/openfirmware/Jamfile @@ -6,6 +6,7 @@ KernelMergeObject boot_platform_openfirmware.o : <$(SOURCE_GRIST)>openfirmware.c <$(SOURCE_GRIST)>debug.c <$(SOURCE_GRIST)>misc.c + <$(SOURCE_GRIST)>mmu.cpp <$(SOURCE_GRIST)>Handle.cpp <$(SOURCE_GRIST)>devices.cpp <$(SOURCE_GRIST)>console.cpp