arm_coreboot: Support keyboard for vexpress.
This commit is contained in:
parent
7948b1a398
commit
f66206989f
4 changed files with 194 additions and 0 deletions
|
@ -241,6 +241,7 @@ KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/arm/system.h
|
|||
endif
|
||||
|
||||
if COND_arm_coreboot
|
||||
KERNEL_HEADER_FILES += $(top_builddir)/include/grub/keyboard_layouts.h
|
||||
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/arm/system.h
|
||||
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/video.h
|
||||
KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/video_fb.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue