files_vboxvideo_drv revision 0e159a2dda6eae3a285b4da76c0572abda2a7714
750N/A#!/bin/sh
750N/A# $Id$
750N/A## @file
750N/A# Shared file between Makefile.kmk and export_modules
750N/A#
750N/A
750N/A#
750N/A# Copyright (C) 2011 Oracle Corporation
750N/A#
750N/A# This file is part of VirtualBox Open Source Edition (OSE), as
750N/A# available from http://www.virtualbox.org. This file is free software;
750N/A# you can redistribute it and/or modify it under the terms of the GNU
750N/A# General Public License (GPL) as published by the Free Software
750N/A# Foundation, in version 2 as it comes in the "COPYING" file of the
750N/A# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
750N/A# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
750N/A#
750N/A
750N/AFILES_VBOXVIDEO_DRM_NOBIN=" \
750N/A ${PATH_OUT}/version-generated.h=>version-generated.h \
750N/A ${PATH_OUT}/product-generated.h=>product-generated.h \
750N/A ${PATH_ROOT}/include/iprt/asm.h=>include/iprt/asm.h \
750N/A ${PATH_ROOT}/include/iprt/asm-amd64-x86.h=>include/iprt/asm-amd64-x86.h \
750N/A ${PATH_ROOT}/include/iprt/assert.h=>include/iprt/assert.h \
750N/A ${PATH_ROOT}/include/iprt/cdefs.h=>include/iprt/cdefs.h \
750N/A ${PATH_ROOT}/include/iprt/err.h=>include/iprt/err.h \
750N/A ${PATH_ROOT}/include/iprt/log.h=>include/iprt/log.h \
750N/A ${PATH_ROOT}/include/iprt/param.h=>include/iprt/param.h \
750N/A ${PATH_ROOT}/include/iprt/stdarg.h=>include/iprt/stdarg.h \
750N/A ${PATH_ROOT}/include/iprt/stdint.h=>include/iprt/stdint.h \
750N/A ${PATH_ROOT}/include/iprt/types.h=>include/iprt/types.h \
750N/A ${PATH_ROOT}/include/iprt/mangling.h=>include/iprt/mangling.h \
750N/A ${PATH_ROOT}/include/VBox/cdefs.h=>include/VBox/cdefs.h \
750N/A ${PATH_ROOT}/include/VBox/err.h=>include/VBox/err.h \
750N/A ${PATH_ROOT}/include/VBox/ostypes.h=>include/VBox/ostypes.h \
750N/A ${PATH_ROOT}/include/VBox/param.h=>include/VBox/param.h \
750N/A ${PATH_ROOT}/include/VBox/types.h=>include/VBox/types.h \
750N/A ${PATH_ROOT}/include/VBox/VBoxGuestMangling.h=>include/VBox/VBoxGuestMangling.h \
750N/A ${PATH_ROOT}/include/VBox/VBoxGuest.h=>include/VBox/VBoxGuest.h \
750N/A ${PATH_ROOT}/include/VBox/VBoxGuest2.h=>include/VBox/VBoxGuest2.h \
750N/A ${PATH_ROOT}/include/VBox/VBoxVideo.h=>include/VBox/VBoxVideo.h \
750N/A ${PATH_ROOT}/include/VBox/VBoxVideoGuest.h=>include/VBox/VBoxVideoGuest.h \
750N/A ${PATH_ROOT}/include/VBox/VMMDev.h=>include/VBox/VMMDev.h \
750N/A ${PATH_ROOT}/include/VBox/VMMDev2.h=>include/VBox/VMMDev2.h \
750N/A ${PATH_ROOT}/include/VBox/HGSMI/HGSMI.h=>include/VBox/HGSMI/HGSMI.h \
750N/A ${PATH_ROOT}/include/VBox/HGSMI/HGSMIChannels.h=>include/VBox/HGSMI/HGSMIChannels.h \
750N/A ${PATH_ROOT}/include/VBox/HGSMI/HGSMIChSetup.h=>include/VBox/HGSMI/HGSMIChSetup.h \
750N/A ${PATH_ROOT}/include/VBox/Hardware/VBoxVideoVBE.h=>include/VBox/Hardware/VBoxVideoVBE.h \
750N/A ${PATH_ROOT}/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp=>Modesetting.c \
750N/A ${PATH_ROOT}/src/VBox/Additions/linux/drm/vboxvideo.h=>vboxvideo.h \
813N/A ${PATH_ROOT}/src/VBox/Additions/linux/drm/vboxvideo_crtc.c=>vboxvideo_crtc.c \
750N/A ${PATH_ROOT}/src/VBox/Additions/linux/drm/vboxvideo_dac.c=>vboxvideo_dac.c \
750N/A ${PATH_ROOT}/src/VBox/Additions/linux/drm/vboxvideo_device.c=>vboxvideo_device.c \
750N/A ${PATH_ROOT}/src/VBox/Additions/linux/drm/vboxvideo_display.c=>vboxvideo_display.c \
750N/A ${PATH_ROOT}/src/VBox/Additions/linux/drm/vboxvideo_drv.c=>vboxvideo_drv.c \
750N/A ${PATH_ROOT}/src/VBox/Additions/linux/drm/vboxvideo_drv.h=>vboxvideo_drv.h \
750N/A ${PATH_ROOT}/src/VBox/Additions/linux/drm/vboxvideo_fbdev.c=>vboxvideo_fbdev.c \
750N/A ${PATH_ROOT}/src/VBox/Additions/linux/drm/vboxvideo_framebuffer.c=>vboxvideo_framebuffer.c \
750N/A ${PATH_ROOT}/src/VBox/Additions/linux/drm/vboxvideo_kms.c=>vboxvideo_kms.c \
750N/A ${PATH_ROOT}/src/VBox/Additions/linux/drm/vboxvideo_mode.h=>vboxvideo_mode.h \
754N/A ${PATH_ROOT}/src/VBox/Additions/linux/drm/vboxvideo_vga.c=>vboxvideo_vga.c \
750N/A ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h=>r0drv/linux/the-linux-kernel.h \
750N/A ${PATH_ROOT}/src/VBox/Installer/linux/Makefile.include.header=>Makefile.include.header \
796N/A ${PATH_ROOT}/src/VBox/Installer/linux/Makefile.include.footer=>Makefile.include.footer \
796N/A ${PATH_ROOT}/src/VBox/Additions/linux/drm/Makefile.module.kms=>Makefile \
796N/A"
796N/A
796N/AFILES_VBOXVIDEO_DRM_BIN=" \
796N/A"
796N/A