From: Vladimir Serbinenko Date: Mon, 8 May 2017 19:29:48 +0000 (+0200) Subject: arm-coreboot: Export FDT routines. X-Git-Tag: grub-2.04-rc1~292 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac6b41b89fbb82a3ba843a7ed19115d81432b604;p=thirdparty%2Fgrub.git arm-coreboot: Export FDT routines. We need to use them from modules as well. --- diff --git a/grub-core/Makefile.am b/grub-core/Makefile.am index fc6ca3051..147e6959c 100644 --- a/grub-core/Makefile.am +++ b/grub-core/Makefile.am @@ -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