files_vboxvideo_drm revision 41a839133aad7c96a0d55d927dc3475d0cbe9c22
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync#!/bin/sh
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync#
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync# Shared file between Makefile.kmk and export_modules
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync#
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync# Copyright (C) 2007 Sun Microsystems, Inc.
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync#
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync# available from http://www.virtualbox.org. This file is free software;
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync# you can redistribute it and/or modify it under the terms of the GNU
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync# General Public License (GPL) as published by the Free Software
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync#
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync# Clara, CA 95054 USA or visit http://www.sun.com if you need
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync# additional information or have any questions.
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync#
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsyncFILES_VBOXVIDEO_DRM_NOBIN=" \
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync ${PATH_ROOT}/src/VBox/Additions/freebsd/drm/vboxvideo_drm.c=>vboxvideo_drm.c \
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync ${PATH_ROOT}/src/VBox/Additions/freebsd/drm/Makefile=>Makefile \
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync"
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsyncFILES_VBOXVIDEO_DRM_BIN=" \
41a839133aad7c96a0d55d927dc3475d0cbe9c22vboxsync"