* Makefile.util.def: Add osdep/init.c to grub-mount files.
This commit is contained in:
parent
b73249d260
commit
f8f3f15559
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2013-10-14 Andrey Borzenkov <arvidjaar@gmail.com>
|
||||||
|
|
||||||
|
* Makefile.util.def: Add osdep/init.c to grub-mount files.
|
||||||
|
|
||||||
2013-10-14 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-10-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Make grub_util_fd_seek match behaviour of other grub_util_fd_* and
|
Make grub_util_fd_seek match behaviour of other grub_util_fd_* and
|
||||||
|
|
|
@ -267,6 +267,7 @@ program = {
|
||||||
common = util/grub-mount.c;
|
common = util/grub-mount.c;
|
||||||
common = grub-core/kern/emu/hostfs.c;
|
common = grub-core/kern/emu/hostfs.c;
|
||||||
common = grub-core/disk/host.c;
|
common = grub-core/disk/host.c;
|
||||||
|
common = grub-core/osdep/init.c;
|
||||||
|
|
||||||
ldadd = libgrubmods.a;
|
ldadd = libgrubmods.a;
|
||||||
ldadd = libgrubgcry.a;
|
ldadd = libgrubgcry.a;
|
||||||
|
|
Loading…
Reference in a new issue