summaryrefslogtreecommitdiffstats
path: root/grub-core/lib/fake_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'grub-core/lib/fake_module.c')
-rw-r--r--grub-core/lib/fake_module.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/grub-core/lib/fake_module.c b/grub-core/lib/fake_module.c
new file mode 100644
index 0000000..3646ced
--- /dev/null
+++ b/grub-core/lib/fake_module.c
@@ -0,0 +1,4 @@
+/* This file is intentionally empty: it's used to generate modules with no code or data. (purely dependency modules) */
+#include <grub/dl.h>
+
+GRUB_MOD_LICENSE ("GPLv3+");