[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] add osdep/init.c to grub-mount files
From: |
Andrey Borzenkov |
Subject: |
[PATCH] add osdep/init.c to grub-mount files |
Date: |
Mon, 14 Oct 2013 14:55:35 +0400 |
util/grub_mount-grub-mount.o: In function `main':
grub-mount.c:(.text+0x1043): undefined reference to `grub_util_host_init'
Signed-off-by: Andrey Borzenkov <address@hidden>
---
Makefile.util.def | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.util.def b/Makefile.util.def
index 6146445..5008193 100644
--- a/Makefile.util.def
+++ b/Makefile.util.def
@@ -267,6 +267,7 @@ program = {
common = util/grub-mount.c;
common = grub-core/kern/emu/hostfs.c;
common = grub-core/disk/host.c;
+ common = grub-core/osdep/init.c;
ldadd = libgrubmods.a;
ldadd = libgrubgcry.a;
--
tg: (9586912..) u/grub-mount_osdep-init (depends on: master)
- [PATCH] add osdep/init.c to grub-mount files,
Andrey Borzenkov <=