]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
fix libgrub.pp build post arm64 merge
authorAndrey Borzenkov <arvidjaar@gmail.com>
Sat, 30 Nov 2013 18:36:10 +0000 (22:36 +0400)
committerAndrey Borzenkov <arvidjaar@gmail.com>
Sat, 30 Nov 2013 18:36:10 +0000 (22:36 +0400)
grub-core/kern/arm64/dl_helper.c:26:28: fatal error: grub/cpu/reloc.h: No such file or directory

ChangeLog
grub-core/kern/arm64/dl_helper.c

index 1e306862b6358444f1c603f7d73175fdb319b68f..7b663dbf3dba00fe4710b0abc83d6f1f7a946aea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-30  Andrey Borzenkov <arvidjaar@gmail.com>
+
+       * grub-core/kern/arm64/dl_helper.c: Include grub/arm64/reloc.h
+       directly, not via `cpu' link, to fix libgrub.pp generation.
+
 2013-11-30  Leif Lindholm <leif.lindholm@linaro.org>
 
        New port arm64-efi.
index b2f7ee59141d9601ede9e79197e2c6abe5802dad..6f99087e3b71bde98f97babeed344c3b1b2f61cd 100644 (file)
@@ -23,7 +23,7 @@
 #include <grub/err.h>
 #include <grub/mm.h>
 #include <grub/i18n.h>
-#include <grub/cpu/reloc.h>
+#include <grub/arm64/reloc.h>
 
 static grub_ssize_t
 sign_compress_offset (grub_ssize_t offset, int bitpos)