The boot loader heap test now defines HEAP_TEST in order to let heap.cpp
export dump_chunk(). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4619 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
81b8b661c1
commit
9e20549fb6
@ -6,7 +6,7 @@ UsePrivateHeaders kernel ;
|
||||
SubDirHdrs $(OBOS_TOP) headers private kernel arch $(OBOS_ARCH) ;
|
||||
SubDirHdrs $(OBOS_TOP) headers private kernel boot platform $(OBOS_BOOT_PLATFORM) ;
|
||||
|
||||
ObjectDefines heap.cpp : malloc=heap_malloc free=heap_free ;
|
||||
ObjectDefines heap.cpp : malloc=heap_malloc free=heap_free HEAP_TEST=1 ;
|
||||
|
||||
# This lets the correct stdio.h header be available
|
||||
# on the build platform.
|
||||
|
Loading…
Reference in New Issue
Block a user