grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH]: grub: Add Sun partition support to grub-probe and grub-fstest.


From: David Miller
Subject: [PATCH]: grub: Add Sun partition support to grub-probe and grub-fstest.
Date: Sun, 12 Apr 2009 23:53:54 -0700 (PDT)

Should be self-explanatory, these tools will be used on sparc64 just
like they are on i386-pc

2009-04-12  David S. Miller  <address@hidden>

        * conf/common.rmk (grub_probe_SOURCES): Add Sun partition module.
        (grub_fstest_SOURCES): Likewise.
---
 conf/common.rmk |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/conf/common.rmk b/conf/common.rmk
index b0a78b0..185779c 100644
--- a/conf/common.rmk
+++ b/conf/common.rmk
@@ -19,7 +19,7 @@ grub_probe_SOURCES = util/grub-probe.c        \
        fs/ntfs.c fs/ntfscomp.c fs/reiserfs.c fs/sfs.c          \
        fs/ufs.c fs/xfs.c fs/afs.c fs/tar.c                     \
        \
-       partmap/pc.c partmap/apple.c partmap/gpt.c              \
+       partmap/pc.c partmap/apple.c partmap/sun.c partmap/gpt.c\
        kern/fs.c kern/env.c fs/fshelp.c                        \
        disk/raid.c disk/mdraid_linux.c disk/lvm.c grub_probe_init.c
 
@@ -40,7 +40,8 @@ grub_fstest_SOURCES = util/grub-fstest.c util/hostfs.c 
util/misc.c    \
        fs/ntfs.c fs/ntfscomp.c fs/reiserfs.c fs/sfs.c                  \
        fs/ufs.c fs/xfs.c fs/afs.c fs/tar.c                             \
        \
-       kern/partition.c partmap/pc.c partmap/apple.c partmap/gpt.c     \
+       kern/partition.c partmap/pc.c partmap/apple.c partmap/sun.c     \
+       partmap/gpt.c                                                   \
        kern/fs.c kern/env.c fs/fshelp.c disk/raid.c                    \
        disk/raid5_recover.c disk/raid6_recover.c                       \
        disk/mdraid_linux.c disk/dmraid_nvidia.c disk/lvm.c             \
-- 
1.6.2.3





reply via email to

[Prev in Thread] Current Thread [Next in Thread]