summaryrefslogtreecommitdiffstats
path: root/master/cl/grub-fw
diff options
context:
space:
mode:
Diffstat (limited to 'master/cl/grub-fw')
-rw-r--r--master/cl/grub-fw17
1 files changed, 17 insertions, 0 deletions
diff --git a/master/cl/grub-fw b/master/cl/grub-fw
new file mode 100644
index 0000000..348136f
--- /dev/null
+++ b/master/cl/grub-fw
@@ -0,0 +1,17 @@
+diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def
+index e297c4f..281c74a 100644
+--- a/grub-core/Makefile.core.def
++++ b/grub-core/Makefile.core.def
+@@ -397,6 +397,12 @@ module = {
+ };
+
+ module = {
++ name = fw;
++ common = bus/fw.c;
++ enable = pci;
++};
++
++module = {
+ name = pci;
+ noemu = bus/pci.c;
+ emu = bus/emu/pci.c;