Makefile revision 76326dd9df821e926bfda3ca9193f7736b42f6fd
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt# Makefile for the VirtualBox FreeBSD Host Driver.
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt# Copyright (C) 2006-2007 Oracle Corporation
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt# This file is part of VirtualBox Open Source Edition (OSE), as
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt# available from http://www.virtualbox.org. This file is free software;
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt# you can redistribute it and/or modify it under the terms of the GNU
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt# General Public License (GPL) as published by the Free Software
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt# Foundation, in version 2 as it comes in the "COPYING" file of the
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt# The contents of this file may alternatively be used under the terms
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt# of the Common Development and Distribution License Version 1.0
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt# (CDDL) only, as it comes in the "COPYING.CDDL" file of the
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt# VirtualBox OSE distribution, in which case the provisions of the
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt# CDDL are applicable instead of those of the GPL.
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt# You may elect to license modified versions of this file under the
CFLAGS += -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 \
ipv4.c \
SRCS += \
SRCS += \
SRCS += \
SRCS += \
SRCS += \
SRCS += \
SRCS += \