Split emunet into platform-dependent and GRUB-binding parts. Keep

platform-dependent part in kernel for easy access to OS functions.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-15 11:55:20 +02:00
parent 25ac643a54
commit 70671037c8
9 changed files with 220 additions and 92 deletions

View file

@ -218,6 +218,7 @@ if COND_emu
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/datetime.h
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/emu/misc.h
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/emu/export.h
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/emu/net.h
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/emu/hostdisk.h
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/extcmd.h
if COND_GRUB_EMU_SDL