]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - GRUB2/MOD_SRC/grub-2.04/grub-core/Makefile.core.def
Add mouse support for uefi (#1457)
[Ventoy.git] / GRUB2 / MOD_SRC / grub-2.04 / grub-core / Makefile.core.def
index 987400db46a1f182cb250b156b46f09162cfcfcd..5daba477db5241d88587176705d022118cc6203b 100644 (file)
@@ -1622,6 +1622,12 @@ module = {
     common = term/setkey.c;
 };
 
+module = {
+  name = mouse;
+  efi = term/efi/mouse.c;
+  enable = efi;
+};
+
 module = {
   name = hello;
   common = hello/hello.c;