~ilya-yanok/ubuntu/precise/grub2/fix-for-948716

« back to all changes in this revision

Viewing changes to conf/sparc64-ieee1275.rmk

  • Committer: Bazaar Package Importer
  • Author(s): Robert Millan
  • Date: 2009-07-25 19:00:53 UTC
  • mfrom: (1.6.3 upstream)
  • mto: (17.4.13 sid)
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: james.westby@ubuntu.com-20090725190053-uv3lm6ya3zxs77ep
ImportĀ upstreamĀ versionĀ 1.96+20090725

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
kernel_img_HEADERS = boot.h cache.h device.h disk.h dl.h elf.h elfload.h \
30
30
        env.h err.h file.h fs.h kernel.h loader.h misc.h mm.h net.h parser.h \
31
 
        partition.h msdos_partition.h reader.h symbol.h term.h time.h types.h \
 
31
        partition.h pc_partition.h reader.h symbol.h term.h time.h types.h \
32
32
        list.h handler.h command.h \
33
33
        sparc64/libgcc.h ieee1275/ieee1275.h machine/kernel.h \
34
34
        sparc64/ieee1275/ieee1275.h
78
78
        fs/affs.c fs/cpio.c fs/ext2.c fs/fat.c fs/hfs.c         \
79
79
        fs/hfsplus.c fs/iso9660.c fs/udf.c fs/jfs.c fs/minix.c  \
80
80
        fs/ntfs.c fs/ntfscomp.c fs/reiserfs.c fs/sfs.c          \
81
 
        fs/ufs.c fs/ufs2.c fs/xfs.c fs/afs.c fs/afs_be.c        \
82
 
        fs/befs.c fs/befs_be.c fs/tar.c                 \
 
81
        fs/ufs.c fs/xfs.c fs/afs.c fs/befs.c fs/tar.c                   \
83
82
        \
84
 
        partmap/amiga.c partmap/apple.c partmap/msdos.c         \
 
83
        partmap/amiga.c partmap/apple.c partmap/pc.c            \
85
84
        partmap/sun.c partmap/acorn.c                           \
86
85
        \
87
86
        disk/raid.c disk/mdraid_linux.c disk/lvm.c              \
103
102
        commands/search.c commands/handler.c commands/test.c            \
104
103
        commands/ls.c commands/blocklist.c commands/hexdump.c           \
105
104
        lib/hexdump.c commands/halt.c commands/reboot.c                 \
106
 
        lib/envblk.c commands/loadenv.c                                 \
107
105
        commands/gptsync.c commands/probe.c commands/xnu_uuid.c         \
108
 
        commands/password.c commands/keystatus.c                        \
109
106
        disk/loopback.c                                                 \
110
107
        \
111
108
        fs/affs.c fs/cpio.c fs/fat.c fs/ext2.c fs/hfs.c                 \
112
109
        fs/hfsplus.c fs/iso9660.c fs/udf.c fs/jfs.c fs/minix.c          \
113
110
        fs/ntfs.c fs/ntfscomp.c fs/reiserfs.c fs/sfs.c                  \
114
 
        fs/ufs.c fs/ufs2.c fs/xfs.c fs/afs.c fs/afs_be.c                \
115
 
        fs/befs.c fs/befs_be.c fs/tar.c                         \
 
111
        fs/ufs.c fs/xfs.c fs/afs.c fs/befs.c fs/tar.c                           \
116
112
        \
117
113
        io/gzio.c                                                       \
118
114
        kern/device.c kern/disk.c kern/dl.c kern/elf.c kern/env.c       \
123
119
        kern/command.c kern/corecmd.c commands/extcmd.c                 \
124
120
        lib/arg.c normal/cmdline.c normal/datetime.c                    \
125
121
        normal/completion.c normal/misc.c                               \
126
 
        normal/handler.c normal/auth.c normal/autofs.c normal/main.c    \
 
122
        normal/handler.c normal/autofs.c normal/main.c                  \
127
123
        normal/menu.c                                                   \
128
124
        normal/menu_text.c                                              \
129
125
        normal/menu_entry.c normal/menu_viewer.c                        \
130
126
        normal/color.c                                                  \
131
127
        script/sh/main.c script/sh/execute.c script/sh/function.c       \
132
128
        script/sh/lexer.c script/sh/script.c                            \
133
 
        partmap/amiga.c partmap/apple.c partmap/msdos.c partmap/sun.c   \
 
129
        partmap/amiga.c partmap/apple.c partmap/pc.c partmap/sun.c      \
134
130
        partmap/acorn.c                                                 \
135
131
        util/console.c util/hostfs.c util/grub-emu.c util/misc.c        \
136
132
        util/hostdisk.c util/getroot.c                                  \
137
133
        \
138
134
        disk/raid.c disk/raid5_recover.c disk/raid6_recover.c           \
139
135
        disk/mdraid_linux.c disk/dmraid_nvidia.c disk/lvm.c             \
140
 
        commands/parttool.c parttool/msdospart.c                                \
 
136
        commands/parttool.c parttool/pcpart.c                           \
141
137
        grub_script.tab.c grub_emu_init.c
142
138
 
143
139
grub_emu_LDFLAGS = $(LIBCURSES)