~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools.fix-836277

« back to all changes in this revision

Viewing changes to modules/linux/vmhgfs/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-11-20 21:56:00 UTC
  • mfrom: (1.1.3 upstream) (2.2.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20081120215600-0jujiv17a2ja92xu
Tags: 2008.11.18-130226-1
* Replacing obsolete dh_clean -k with dh_prep.
* Merging upstream version 2008.11.18-130226.
* Updating debian directory for addition of pvscsi and vmxnet3 modules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
 
98
98
MAKEOVERRIDES := $(filter-out CC=%,$(MAKEOVERRIDES))
99
99
 
100
 
$(DRIVER_KO):
 
100
#
 
101
# Define a setup target that gets built before the actual driver.
 
102
# This target may not be used at all, but if it is then it will be defined
 
103
# in Makefile.kernel
 
104
#
 
105
prebuild:: ;
 
106
postbuild:: ;
 
107
 
 
108
$(DRIVER_KO): prebuild
101
109
        make -C $(BUILD_DIR) SUBDIRS=$$PWD SRCROOT=$$PWD/$(SRCROOT) modules
 
110
        make -C $$PWD SRCROOT=$$PWD/$(SRCROOT) postbuild
102
111
 
103
112
else
104
113