mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 01:52:39 +03:00
[linux] Make malloc and linux_umalloc valgrindable
Make the allocators used by malloc and linux_umalloc valgrindable. Include valgrind headers in the codebase to avoid a build dependency on valgrind. Signed-off-by: Piotr Jaroszyński <p.jaroszynski@gmail.com> Modified-by: Michael Brown <mcb30@ipxe.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
3c1bdfd5d9
commit
b604e8a388
@@ -1,5 +1,8 @@
|
||||
MEDIA = linux
|
||||
|
||||
# enable valgrind
|
||||
CFLAGS += -UNVALGRIND
|
||||
|
||||
INCDIRS += arch/x86/include/linux
|
||||
SRCDIRS += interface/linux
|
||||
SRCDIRS += drivers/linux
|
||||
|
||||
Reference in New Issue
Block a user