3
# Sub-Makefile for the Storage debug library.
7
# Copyright (C) 2006-2012 Oracle Corporation
9
# This file is part of VirtualBox Open Source Edition (OSE), as
10
# available from http://www.virtualbox.org. This file is free software;
11
# you can redistribute it and/or modify it under the terms of the GNU
12
# General Public License (GPL) as published by the Free Software
13
# Foundation, in version 2 as it comes in the "COPYING" file of the
14
# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15
# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
19
include $(KBUILD_PATH)/subheader.kmk
22
# StorageDbgLib - The storage debug Library.
24
LIBRARIES += StorageDbgLib
26
StorageDbgLib_TEMPLATE = VBOXR3
27
StorageDbgLib_DEFS = IN_VBOXDDU
28
StorageDbgLib_SOURCES = \
32
include $(FILE_KBUILD_SUB_FOOTER)