Makefile revision d94da006d266643454eaeeb7e54c7c4a06bff515
f8ead0942a9b7c8fcf91414ed1b534d5807ca555Timo Sirainen# Makefile for the VirtualBox FreeBSD Host Driver.
9844b5359f5cab77e4c31a7ac9e4a60a0073929eTimo Sirainen# Copyright (C) 2006-2007 Sun Microsystems, Inc.
b1dd6be436e887774b94965ebe9af6d04179c227Timo Sirainen# This file is part of VirtualBox Open Source Edition (OSE), as
f8ead0942a9b7c8fcf91414ed1b534d5807ca555Timo Sirainen# available from http://www.virtualbox.org. This file is free software;
0aac625db5e6e179c8ee7420a12ab300d6b178edTimo Sirainen# you can redistribute it and/or modify it under the terms of the GNU
0aac625db5e6e179c8ee7420a12ab300d6b178edTimo Sirainen# General Public License (GPL) as published by the Free Software
f8ead0942a9b7c8fcf91414ed1b534d5807ca555Timo Sirainen# Foundation, in version 2 as it comes in the "COPYING" file of the
f8ead0942a9b7c8fcf91414ed1b534d5807ca555Timo Sirainen# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
f8ead0942a9b7c8fcf91414ed1b534d5807ca555Timo Sirainen# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
f8ead0942a9b7c8fcf91414ed1b534d5807ca555Timo Sirainen# The contents of this file may alternatively be used under the terms
f8ead0942a9b7c8fcf91414ed1b534d5807ca555Timo Sirainen# of the Common Development and Distribution License Version 1.0
f8ead0942a9b7c8fcf91414ed1b534d5807ca555Timo Sirainen# (CDDL) only, as it comes in the "COPYING.CDDL" file of the
cefe1b12ef3f812d72ef33b653ca7b2f9b41a497Timo Sirainen# VirtualBox OSE distribution, in which case the provisions of the
f8ead0942a9b7c8fcf91414ed1b534d5807ca555Timo Sirainen# CDDL are applicable instead of those of the GPL.
f8ead0942a9b7c8fcf91414ed1b534d5807ca555Timo Sirainen# You may elect to license modified versions of this file under the
f8ead0942a9b7c8fcf91414ed1b534d5807ca555Timo Sirainen# terms and conditions of either the GPL or the CDDL or both.
f8ead0942a9b7c8fcf91414ed1b534d5807ca555Timo Sirainen# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
f8ead0942a9b7c8fcf91414ed1b534d5807ca555Timo Sirainen# Clara, CA 95054 USA or visit http://www.sun.com if you need
f8ead0942a9b7c8fcf91414ed1b534d5807ca555Timo Sirainen# additional information or have any questions.
f8ead0942a9b7c8fcf91414ed1b534d5807ca555Timo SirainenCFLAGS += -DRT_OS_FREEBSD -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DVBOX -DRT_WITH_VBOX -Iinclude -I. -Ir0drv -w -DVBOX_WITH_HARDENING -DVBOX_WITH_64_BITS_GUESTS
SRCS = \
SUPDrv.c \
SRCS += \
SRCS += \
SRCS += \
SRCS += \
SRCS += \
log.c \
logrel.c \
logcom.c \
SRCS += \
assert.c \
once.c \
SRCS += \
memchr.c \
SRCS += \
rand.c \
SRCS += \
SRCS += \
crc32.c \
SRCS += \
SRCS += \
SRCS += \
SRCS += \
SRCS += \
SRCS += \