arm-coreboot: Export FDT routines.
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 8 May 2017 19:29:48 +0000 (21:29 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Mon, 8 May 2017 19:29:48 +0000 (21:29 +0200)
We need to use them from modules as well.

grub-core/Makefile.am

index fc6ca30..147e695 100644 (file)
@@ -246,7 +246,9 @@ KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/video_fb.h
 KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/gfxterm.h
 KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/font.h
 KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/bufio.h
+KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/fdt.h
 KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/arm/coreboot/kernel.h
+KERNEL_HEADER_FILES += $(top_srcdir)/include/grub/fdtbus.h
 endif
 
 if COND_arm_efi