diff options
Diffstat (limited to 'main/xen/xen-disable-firmware.patch')
-rw-r--r-- | main/xen/xen-disable-firmware.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/xen/xen-disable-firmware.patch b/main/xen/xen-disable-firmware.patch new file mode 100644 index 0000000000..06e43d41c4 --- /dev/null +++ b/main/xen/xen-disable-firmware.patch @@ -0,0 +1,10 @@ +--- xen-4.0.1/tools/Makefile ++++ xen-4.0.1.mod/tools/Makefile +@@ -13,7 +13,6 @@ + SUBDIRS-y += hotplug + SUBDIRS-y += xentrace + SUBDIRS-$(CONFIG_XCUTILS) += xcutils +-SUBDIRS-$(CONFIG_X86) += firmware + SUBDIRS-$(ACM_SECURITY) += security + SUBDIRS-y += console + SUBDIRS-y += xenmon |