* util/ieee1275/ofpath.c: Move to ...
* grub-core/osdep/linux/ofpath.c: ..here, split stub into ... * grub-core/osdep/basic/ofpath.c: ..here.
This commit is contained in:
parent
4a445f580b
commit
9a2c903f28
5 changed files with 44 additions and 16 deletions
5
grub-core/osdep/ofpath.c
Normal file
5
grub-core/osdep/ofpath.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
#if defined (__linux__)
|
||||
#include "linux/ofpath.c"
|
||||
#else
|
||||
#include "basic/ofpath.c"
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue