* grub-core/net/drivers/emu/emunet.c: Move to ..
* grub-core/osdep/linux/emunet.c: ..here.
This commit is contained in:
parent
9a2c903f28
commit
aabe433afe
5 changed files with 35 additions and 11 deletions
5
grub-core/osdep/emunet.c
Normal file
5
grub-core/osdep/emunet.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
#if defined (__linux__)
|
||||
#include "linux/emunet.c"
|
||||
#else
|
||||
#include "basic/emunet.c"
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue