grub-mkdevicemap needs grub-core/osdep/init.c.

This commit is contained in:
Colin Watson 2013-11-19 19:50:36 +00:00
parent a742e536f9
commit 1712e2d09f
3 changed files with 4 additions and 2 deletions

View File

@ -317,6 +317,7 @@ program = {
common = util/grub-mkdevicemap.c;
common = util/deviceiter.c;
common = util/devicemap.c;
common = grub-core/osdep/init.c;
ldadd = libgrubmods.a;
ldadd = libgrubgcry.a;

View File

@ -2,7 +2,7 @@ Index: b/Makefile.util.def
===================================================================
--- a/Makefile.util.def
+++ b/Makefile.util.def
@@ -310,6 +310,22 @@
@@ -310,6 +310,23 @@
};
program = {
@ -13,6 +13,7 @@ Index: b/Makefile.util.def
+ common = util/grub-mkdevicemap.c;
+ common = util/deviceiter.c;
+ common = util/devicemap.c;
+ common = grub-core/osdep/init.c;
+
+ ldadd = libgrubmods.a;
+ ldadd = libgrubgcry.a;

View File

@ -7,7 +7,7 @@ Index: b/Makefile.util.def
===================================================================
--- a/Makefile.util.def
+++ b/Makefile.util.def
@@ -489,6 +489,12 @@
@@ -490,6 +490,12 @@
};
script = {