aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@citrix.com>2011-10-28 17:12:21 +0100
committerAnthony PERARD <anthony.perard@citrix.com>2011-10-28 17:12:21 +0100
commit7e8e124c507ccada6dca33dd640eec7a3762141e (patch)
tree0ac2c0bd41601c94402c480b9a8a23c97da25ef2 /.hgignore
parentb96a29f78513b970c530e0e91dff16bfb559fad3 (diff)
downloadxen-7e8e124c507ccada6dca33dd640eec7a3762141e.tar.gz
xen-7e8e124c507ccada6dca33dd640eec7a3762141e.tar.bz2
xen-7e8e124c507ccada6dca33dd640eec7a3762141e.zip
hvmloader/acpi: Introduce --maxcpu option to mk_dsdt
With this new option, there is no need to compile mk_dsdt for each DSDT table that we want. The Makefile is a bit reorganize to handle this new option and to prepare more change in a coming patch. Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 9d4f864905..9c286f43c4 100644
--- a/.hgignore
+++ b/.hgignore
@@ -140,7 +140,9 @@
^tools/firmware/etherboot/ipxe\.git/.*$
^tools/firmware/extboot/extboot.img$
^tools/firmware/extboot/signrom$
+^tools/firmware/hvmloader/acpi/mk_dsdt$
^tools/firmware/hvmloader/acpi/dsdt.*\.c$
+^tools/firmware/hvmloader/acpi/dsdt_.*\.asl$
^tools/firmware/hvmloader/acpi/ssdt_.*\.h$
^tools/firmware/hvmloader/hvmloader$
^tools/firmware/hvmloader/roms\.inc$