Makefile revision 71260b693f7947f10b16e8822c362b66ff6864d4
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Makefile for the VirtualBox FreeBSD Host Driver.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Copyright (C) 2006-2007 Oracle Corporation
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# This file is part of VirtualBox Open Source Edition (OSE), as
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# available from http://www.virtualbox.org. This file is free software;
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# you can redistribute it and/or modify it under the terms of the GNU
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# General Public License (GPL) as published by the Free Software
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Foundation, in version 2 as it comes in the "COPYING" file of the
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# The contents of this file may alternatively be used under the terms
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# of the Common Development and Distribution License Version 1.0
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# (CDDL) only, as it comes in the "COPYING.CDDL" file of the
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# VirtualBox OSE distribution, in which case the provisions of the
e21a2904f02a03fa06b6db04d348f65fe9c67b2bMark Andrews# CDDL are applicable instead of those of the GPL.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# You may elect to license modified versions of this file under the
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# terms and conditions of either the GPL or the CDDL or both.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark AndrewsCFLAGS += -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
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Include needed interface headers so they are created during build