~ubuntu-branches/ubuntu/oneiric/virtualbox-ose/oneiric

« back to all changes in this revision

Viewing changes to src/VBox/Additions/linux/drm/Makefile.kmk

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-30 23:27:25 UTC
  • mfrom: (0.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130232725-2ouajjd2ggdet0zd
Tags: 4.0.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Drop ubuntu-01-fix-build-gcc45.patch, fixed upstream.
* Drop ubuntu-02-as-needed.patch, added to the Debian package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.kmk $
 
1
# $Id: Makefile.kmk 35380 2010-12-30 16:06:17Z vboxsync $
2
2
## @file
3
3
# Sub-Makefile for the vboxvideo DRM module (linux kernel OpenGL module).
4
4
#
38
38
vboxvideo_drm-sh_MODE        = a+rx,u+w
39
39
vboxvideo_drm-sh_SOURCES     = $(subst ",,$(FILES_VBOXVIDEO_DRM_BIN))
40
40
vboxvideo_drm-sh_SOURCES    += \
41
 
        $(PATH_vboxvideo_drm-sh)/build_in_tmp \
42
 
        $(if $(VBOX_OSE),,\
43
 
          $(PATH_ROOT)/src/VBox/HostDrivers/linux/do_Module.symvers)
44
 
vboxvideo_drm-sh_CLEAN      += $(PATH_vboxvideo_drm-sh)/build_in_tmp
 
41
        $(vboxvideo_drm-sh_0_OUTDIR)/build_in_tmp \
 
42
        $(PATH_ROOT)/src/VBox/HostDrivers/linux/do_Module.symvers
 
43
vboxvideo_drm-sh_CLEAN      += $(vboxvideo_drm-sh_0_OUTDIR)/build_in_tmp
45
44
 
46
45
 
47
46
#
72
71
 
73
72
## Scripts needed for building kernel modules
74
73
 
75
 
$$(PATH_vboxvideo_drm-sh)/build_in_tmp: \
 
74
$$(vboxvideo_drm-sh_0_OUTDIR)/build_in_tmp: \
76
75
                $(PATH_ROOT)/src/VBox/HostDrivers/linux/build_in_tmp \
77
76
                $(VBOX_VERSION_STAMP) \
78
77
                | $$(dir $$@)