VirtualBox

source: vbox/trunk/src/VBox/Additions/freebsd/drm/Makefile.kmk@ 28516

Last change on this file since 28516 was 25883, checked in by vboxsync, 15 years ago

Additions: more header fixes

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1# $Id: Makefile.kmk 25883 2010-01-18 11:37:07Z vboxsync $
2## @file
3# Sub-Makefile for the vboxvideo DRM module (FreeBSD kernel OpenGL module).
4#
5
6#
7# Copyright (C) 2009 Sun Microsystems, Inc.
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License (GPL) as published by the Free Software
13# Foundation, in version 2 as it comes in the "COPYING" file of the
14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
18# Clara, CA 95054 USA or visit http://www.sun.com if you need
19# additional information or have any questions.
20#
21
22
23SUB_DEPTH = ../../../../..
24include $(KBUILD_PATH)/subheader.kmk
25
26INSTALLS += vboxvideo_drm vboxvideo-mod
27
28ifdef VBOX_WITH_ADDITION_DRIVERS
29 SYSMODS += vboxvideo_drm
30endif
31ifneq ($(KBUILD_HOST),freebsd)
32$(error "The FreeBSD guest additions can only be built on FreeBSD!")
33endif
34
35#
36# Populate FILES_VBOXVIDEO_DRM_NOBIN
37#
38include $(PATH_SUB_CURRENT)/files_vboxvideo_drm
39
40# vboxvideo source
41vboxvideo-mod_INST = $(INST_ADDITIONS)src/vboxvideo_drm/
42vboxvideo-mod_MODE = a+r,u+w
43vboxvideo-mod_SOURCES = $(subst ",,$(FILES_VBOXVIDEO_DRM_NOBIN))
44
45#
46# vboxvideo - The Video DRM (Direct Rendering Module) kernel module
47#
48vboxvideo_drm_TEMPLATE = VBOXGUESTR0
49vboxvideo_drm_NAME = vboxvideo
50vboxvideo_drm_DEFS = VBOX_WITH_HGCM VBOX_SVN_REV=$(VBOX_SVN_REV)
51vboxvideo_drm_DEPS += $(VBOX_SVN_REV_KMK)
52vboxvideo_drm_INCS.freebsd = \
53 $(PATH_vboxvideo_drm) \
54 $(PATH_INS)/gen-sys-hdrs
55vboxvideo_drm_SOURCES = vboxvideo_drm.c
56vboxvideo_drm_LIBS = \
57 $(VBOX_LIB_VBGL_R0) \
58 $(VBOX_LIB_IPRT_GUEST_R0)
59vboxvideo_drm_ORDERDEPS.freebsd = \
60 $(PATH_INS)/gen-sys-hdrs/pci_if.h \
61 $(PATH_INS)/gen-sys-hdrs/bus_if.h \
62 $(PATH_INS)/gen-sys-hdrs/device_if.h \
63 $(PATH_vboxvideo_drm)/opt_drm.h
64vboxvideo_drm_CLEAN.freebsd = $(vboxvideo_drm_DEPS)
65
66#
67# Header for DRM not included by us.
68#
69$$(PATH_vboxvideo_drm)/opt_drm.h:
70 $(QUIET)$(MKDIR) -p $(PATH_vboxvideo_drm)
71 $(QUIET)touch $(PATH_vboxvideo_drm)/opt_drm.h
72
73include $(KBUILD_PATH)/subfooter.kmk
74
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette