Fix ARM build, which broke due to some *.c->*.cpp change... /me pets Ingo.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34868 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2010-01-03 03:55:26 +00:00
parent 55d267a46d
commit 3e3a00b3ff
+2 -2
View File
@@ -16,7 +16,7 @@ local kernelLibArchObjects =
;
KernelMergeObject boot_arch_$(TARGET_ARCH).o :
uart.c
uart.cpp
arch_elf.cpp
arch_video.cpp
$(librootArchObjects)
@@ -25,7 +25,7 @@ KernelMergeObject boot_arch_$(TARGET_ARCH).o :
$(kernelLibArchObjects)
;
SEARCH on [ FGristFiles arch_elf.cpp uart.c ]
SEARCH on [ FGristFiles arch_elf.cpp uart.cpp ]
= [ FDirName $(HAIKU_TOP) src system kernel arch $(TARGET_ARCH) ] ;
SEARCH on [ FGristFiles $(librootArchObjects) ]