~hamo/ubuntu/precise/grub2/grub2.hi_res

« back to all changes in this revision

Viewing changes to conf/powerpc-ieee1275.rmk

ImportĀ upstreamĀ versionĀ 1.97~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
kernel_img_HEADERS = boot.h cache.h device.h disk.h dl.h elf.h elfload.h \
17
17
        env.h err.h file.h fs.h kernel.h misc.h mm.h net.h parser.h reader.h \
18
18
        symbol.h term.h time.h types.h powerpc/libgcc.h loader.h partition.h \
19
 
        pc_partition.h ieee1275/ieee1275.h machine/kernel.h handler.h list.h \
 
19
        msdos_partition.h ieee1275/ieee1275.h machine/kernel.h handler.h list.h \
20
20
        command.h
21
21
 
22
22
symlist.c: $(addprefix include/grub/,$(kernel_img_HEADERS)) config.h gensymlist.sh
45
45
        commands/search.c commands/handler.c commands/test.c            \
46
46
        commands/ls.c commands/blocklist.c commands/hexdump.c           \
47
47
        lib/hexdump.c commands/halt.c commands/reboot.c                 \
 
48
        lib/envblk.c commands/loadenv.c                                 \
48
49
        commands/gptsync.c commands/probe.c commands/xnu_uuid.c         \
 
50
        commands/password.c commands/keystatus.c                        \
49
51
        disk/loopback.c                                                 \
50
52
        \
51
53
        fs/affs.c fs/cpio.c fs/fat.c fs/ext2.c fs/hfs.c                 \
52
54
        fs/hfsplus.c fs/iso9660.c fs/udf.c fs/jfs.c fs/minix.c          \
53
55
        fs/ntfs.c fs/ntfscomp.c fs/reiserfs.c fs/sfs.c                  \
54
 
        fs/ufs.c fs/xfs.c fs/afs.c fs/befs.c fs/tar.c                           \
 
56
        fs/ufs.c fs/ufs2.c fs/xfs.c fs/afs.c fs/afs_be.c                \
 
57
        fs/befs.c fs/befs_be.c fs/tar.c                         \
55
58
        \
56
59
        io/gzio.c                                                       \
57
60
        kern/device.c kern/disk.c kern/dl.c kern/elf.c kern/env.c       \
62
65
        kern/command.c kern/corecmd.c commands/extcmd.c                 \
63
66
        lib/arg.c normal/cmdline.c normal/datetime.c                    \
64
67
        normal/completion.c normal/misc.c                               \
65
 
        normal/handler.c normal/autofs.c normal/main.c                  \
 
68
        normal/handler.c normal/auth.c normal/autofs.c normal/main.c    \
66
69
        normal/menu.c                                                   \
67
70
        normal/menu_text.c                                              \
68
71
        normal/menu_entry.c normal/menu_viewer.c                        \
69
72
        normal/color.c                                                  \
70
73
        script/sh/main.c script/sh/execute.c script/sh/function.c       \
71
74
        script/sh/lexer.c script/sh/script.c                            \
72
 
        partmap/amiga.c partmap/apple.c partmap/pc.c partmap/sun.c      \
 
75
        partmap/amiga.c partmap/apple.c partmap/msdos.c partmap/sun.c   \
73
76
        partmap/acorn.c                                                 \
74
77
        util/console.c util/hostfs.c util/grub-emu.c util/misc.c        \
75
78
        util/hostdisk.c util/getroot.c                                  \
76
79
        \
77
80
        disk/raid.c disk/raid5_recover.c disk/raid6_recover.c           \
78
81
        disk/mdraid_linux.c disk/dmraid_nvidia.c disk/lvm.c             \
79
 
        commands/parttool.c parttool/pcpart.c                           \
 
82
        commands/parttool.c parttool/msdospart.c                                \
80
83
        grub_script.tab.c grub_emu_init.c
81
84
 
82
85
grub_emu_LDFLAGS = $(LIBCURSES)