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

« back to all changes in this revision

Viewing changes to conf/i386-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:
31
31
        symlist.c
32
32
kernel_img_HEADERS = cache.h device.h disk.h dl.h elf.h elfload.h \
33
33
        env.h err.h file.h fs.h kernel.h loader.h misc.h mm.h net.h parser.h \
34
 
        partition.h msdos_partition.h reader.h symbol.h term.h time.h types.h \
 
34
        partition.h pc_partition.h reader.h symbol.h term.h time.h types.h \
35
35
        ieee1275/ieee1275.h machine/kernel.h machine/loader.h machine/memory.h \
36
36
        list.h handler.h command.h
37
37
kernel_img_CFLAGS = $(COMMON_CFLAGS)
64
64
        commands/handler.c commands/ls.c commands/test.c                \
65
65
        commands/search.c commands/blocklist.c commands/hexdump.c       \
66
66
        lib/hexdump.c commands/halt.c commands/reboot.c                 \
67
 
        lib/envblk.c commands/loadenv.c                                 \
68
67
        commands/gptsync.c commands/probe.c  commands/xnu_uuid.c        \
69
68
        commands/i386/cpuid.c   \
70
 
        commands/password.c commands/keystatus.c                        \
71
69
        disk/host.c disk/loopback.c                                     \
72
70
        \
73
71
        fs/affs.c fs/cpio.c fs/fat.c fs/ext2.c fs/hfs.c                 \
74
72
        fs/hfsplus.c fs/iso9660.c fs/udf.c fs/jfs.c fs/minix.c          \
75
73
        fs/ntfs.c fs/ntfscomp.c fs/reiserfs.c fs/sfs.c                  \
76
 
        fs/ufs.c fs/ufs2.c fs/xfs.c fs/afs.c fs/afs_be.c fs/befs.c      \
77
 
        fs/befs_be.c fs/tar.c                           \
 
74
        fs/ufs.c fs/xfs.c fs/afs.c fs/befs.c fs/tar.c                           \
78
75
        \
79
76
        fs/fshelp.c                                                     \
80
77
        io/gzio.c                                                       \
85
82
        kern/partition.c kern/reader.c kern/term.c                      \
86
83
        kern/rescue_reader.c kern/rescue_parser.c                       \
87
84
        lib/arg.c normal/cmdline.c normal/datetime.c normal/misc.c      \
88
 
        normal/handler.c normal/auth.c normal/autofs.c                  \
 
85
        normal/handler.c normal/autofs.c                                \
89
86
        normal/completion.c normal/main.c normal/menu_text.c            \
90
87
        normal/menu.c normal/menu_entry.c normal/menu_viewer.c          \
91
88
        normal/color.c                                                  \
92
89
        script/sh/main.c script/sh/execute.c script/sh/function.c       \
93
90
        script/sh/lexer.c script/sh/script.c grub_script.tab.c          \
94
 
        partmap/amiga.c partmap/apple.c partmap/msdos.c partmap/sun.c   \
 
91
        partmap/amiga.c partmap/apple.c partmap/pc.c partmap/sun.c      \
95
92
        partmap/acorn.c partmap/gpt.c                                   \
96
93
        util/console.c util/hostfs.c util/grub-emu.c util/misc.c        \
97
94
        util/hostdisk.c util/getroot.c                                  \