Makefile revision 41a839133aad7c96a0d55d927dc3475d0cbe9c22
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync# $Id$
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync## @file
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync# Makefile for the VirtualBox FreeBSD Host Driver.
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync#
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync#
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync#
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync# Copyright (C) 2006-2007 Sun Microsystems, Inc.
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync#
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync# available from http://www.virtualbox.org. This file is free software;
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync# you can redistribute it and/or modify it under the terms of the GNU
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync# General Public License (GPL) as published by the Free Software
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync#
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync# The contents of this file may alternatively be used under the terms
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync# of the Common Development and Distribution License Version 1.0
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync# (CDDL) only, as it comes in the "COPYING.CDDL" file of the
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync# VirtualBox OSE distribution, in which case the provisions of the
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync# CDDL are applicable instead of those of the GPL.
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync#
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync# You may elect to license modified versions of this file under the
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync# terms and conditions of either the GPL or the CDDL or both.
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync#
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync# Clara, CA 95054 USA or visit http://www.sun.com if you need
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync# additional information or have any questions.
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync#
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsyncKMOD = vboxvideo
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsyncSRCS = \
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync vboxvideo_drm.c
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsyncSRCS += device_if.h bus_if.h pci_if.h opt_drm.h
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync.include <bsd.kmod.mk>
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync
1c88e893e641d60853d1c2b516f8b01c767f6667vboxsync