summaryrefslogtreecommitdiffstats
path: root/grub-core/osdep/ofpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'grub-core/osdep/ofpath.c')
-rw-r--r--grub-core/osdep/ofpath.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/grub-core/osdep/ofpath.c b/grub-core/osdep/ofpath.c
new file mode 100644
index 0000000..1389b1d
--- /dev/null
+++ b/grub-core/osdep/ofpath.c
@@ -0,0 +1,5 @@
+#if defined (__linux__)
+#include "linux/ofpath.c"
+#else
+#include "basic/ofpath.c"
+#endif