coreboot: Split parts that are platform-independent.
We currently assume that coreboot is always i386, it's no longer the case, so split i386-coreboot parts from generic coreboot code.
This commit is contained in:
parent
d08c968514
commit
461bfab7b7
10 changed files with 99 additions and 55 deletions
|
@ -112,7 +112,7 @@ endif
|
|||
|
||||
if COND_i386_coreboot
|
||||
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/i386/tsc.h
|
||||
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/i386/coreboot/lbio.h
|
||||
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/coreboot/lbio.h
|
||||
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/video.h
|
||||
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/video_fb.h
|
||||
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/gfxterm.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue