From 9c50f5eded2b92be18cba2dfd3834d473f245a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 22 Sep 2012 04:18:37 +0200 Subject: [PATCH] U-Boot: arch_mmu.cpp does not come from kernel sources * so don't try to find it there --- src/system/boot/platform/u-boot/arch/arm/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/boot/platform/u-boot/arch/arm/Jamfile b/src/system/boot/platform/u-boot/arch/arm/Jamfile index 021fbed39c..2f901eb491 100644 --- a/src/system/boot/platform/u-boot/arch/arm/Jamfile +++ b/src/system/boot/platform/u-boot/arch/arm/Jamfile @@ -20,5 +20,5 @@ KernelMergeObject boot_platform_u-boot_arm.o : : -fno-pic ; -#SEARCH on [ FGristFiles arch_cpu_asm.S arch_mmu.cpp ] +#SEARCH on [ FGristFiles arch_cpu_asm.S ] # = [ FDirName $(HAIKU_TOP) src system kernel arch $(TARGET_ARCH) ] ;