]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* Makefile.util.def (libgrub.a): Add missing sunpc.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 31 Aug 2010 23:09:00 +0000 (01:09 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 31 Aug 2010 23:09:00 +0000 (01:09 +0200)
Reported by: Seth Goldberg.

ChangeLog
Makefile.util.def

index f624a70ad71370d8778ec3d51aabedd8fd6ed9eb..e63b30284cf964ac0e0cf28d79d68a42ec8c5cc8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-01  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * Makefile.util.def (libgrub.a): Add missing sunpc.
+       Reported by: Seth Goldberg.
+
 2010-08-30  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Interrupt wrapping and code simplifications.
index 9565dde65cade8e2361d00c65dcba7b25fd24716..35bcd81b2fecd49a99643ad3f2b53eae9d76f0e8 100644 (file)
@@ -88,6 +88,7 @@ library = {
   common = grub-core/partmap/gpt.c;
   common = grub-core/partmap/msdos.c;
   common = grub-core/partmap/sun.c;
+  common = grub-core/partmap/sunpc.c;
   common = grub-core/script/function.c;
   common = grub-core/script/lexer.c;
   common = grub-core/script/main.c;