~ubuntu-branches/ubuntu/hardy/kvm/hardy-backports

« back to all changes in this revision

Viewing changes to kernel/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-11-15 02:21:55 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20071115022155-pxoxb8kfcrkn72mi
Tags: 1:52+dfsg-0ubuntu1
* New upstream release.
* 08_default_tdf.patch
  - Make -tdf the default and add a -no-tdf option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        rsync "$(LINUX)"/include/linux/kvm.h \
27
27
               "$(LINUX)"/include/linux/kvm_para.h \
28
28
                        include/linux
 
29
        rsync "$(LINUX)"/include/asm-x86/kvm_para.h include/asm
 
30
 
29
31
        $(call hack, kvm_main.c)
30
32
        $(call hack, mmu.c)
31
33
        $(call hack, vmx.c)
32
34
        $(call hack, svm.c)
 
35
        $(call hack, x86.c)
33
36
 
34
37
install:
35
38
        mkdir -p $(DESTDIR)/$(INSTALLDIR)