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

« back to all changes in this revision

Viewing changes to conf/x86_64-efi.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:
9
9
 
10
10
# Utilities.
11
11
bin_UTILITIES = grub-mkimage
12
 
sbin_UTILITIES = grub-mkdevicemap
 
12
#sbin_UTILITIES = grub-mkdevicemap
13
13
#ifeq ($(enable_grub_emu), yes)
14
14
#sbin_UTILITIES += grub-emu
15
15
#endif
22
22
#grub_setup_SOURCES = util/i386/pc/grub-setup.c util/hostdisk.c \
23
23
#       util/misc.c util/getroot.c kern/device.c kern/disk.c    \
24
24
#       kern/err.c kern/misc.c fs/fat.c fs/ext2.c fs/xfs.c fs/affs.c    \
25
 
#       fs/sfs.c kern/parser.c kern/partition.c partmap/msdos.c         \
26
 
#       fs/ufs.c fs/ufs2.c fs/minix.c fs/hfs.c fs/jfs.c fs/hfsplus.c kern/file.c        \
 
25
#       fs/sfs.c kern/parser.c kern/partition.c partmap/pc.c            \
 
26
#       fs/ufs.c fs/minix.c fs/hfs.c fs/jfs.c fs/hfsplus.c kern/file.c  \
27
27
#       kern/fs.c kern/env.c fs/fshelp.c
28
28
 
29
29
# For grub-mkdevicemap.
30
 
grub_mkdevicemap_SOURCES = util/grub-mkdevicemap.c util/deviceiter.c \
31
 
        util/devicemap.c util/misc.c
 
30
grub_mkdevicemap_SOURCES = util/grub-mkdevicemap.c util/misc.c
32
31
 
33
32
# For grub-emu.
34
33
util/grub-emu.c_DEPENDENCIES = grub_emu_init.h
38
37
        commands/search.c commands/hexdump.c lib/hexdump.c              \
39
38
        commands/halt.c commands/reboot.c                               \
40
39
        commands/i386/cpuid.c                                           \
41
 
        commands/password.c commands/keystatus.c                        \
42
 
        lib/envblk.c commands/loadenv.c                                 \
43
40
        disk/loopback.c                                                 \
44
41
        \
45
42
        fs/affs.c fs/cpio.c fs/fat.c fs/ext2.c fs/hfs.c                 \
46
43
        fs/hfsplus.c fs/iso9660.c fs/udf.c fs/jfs.c fs/minix.c          \
47
44
        fs/ntfs.c fs/ntfscomp.c fs/reiserfs.c fs/sfs.c                  \
48
 
        fs/ufs.c fs/ufs2.c fs/xfs.c fs/afs.c fs/afs_be.c                                        \
 
45
        fs/ufs.c fs/xfs.c fs/afs.c                                      \
49
46
        \
50
47
        io/gzio.c                                                       \
51
48
        kern/device.c kern/disk.c kern/dl.c kern/elf.c kern/env.c       \
53
50
        kern/command.c kern/corecmd.c commands/extcmd.c kern/file.c     \
54
51
        kern/fs.c commands/boot.c kern/main.c kern/misc.c kern/parser.c \
55
52
        kern/partition.c kern/readerescue.c kern/term.c                 \
56
 
        lib/arg.c normal/cmdline.c normal/misc.c normal/auth.c          \
57
 
        normal/autofs.c \
 
53
        lib/arg.c normal/cmdline.c normal/misc.c normal/autofs.c        \
58
54
        normal/completion.c normal/datetime.c normal/context.c          \
59
55
        normal/main.c           \
60
56
        normal/menu.c normal/menu_entry.c normal/menu_viewer.c          \
62
58
        normal/color.c                                                  \
63
59
        script/sh/main.c script/sh/execute.c script/sh/function.c       \
64
60
        script/sh/lexer.c script/sh/script.c grub_script.tab.c          \
65
 
        partmap/amiga.c partmap/apple.c partmap/msdos.c partmap/sun.c   \
 
61
        partmap/amiga.c partmap/apple.c partmap/pc.c partmap/sun.c      \
66
62
        partmap/acorn.c partmap/gpt.c                                   \
67
63
        util/console.c util/hostfs.c util/grub-emu.c util/misc.c        \
68
64
        util/hostdisk.c util/getroot.c                                  \
69
65
        \
70
66
        disk/raid.c disk/raid5_recover.c disk/raid6_recover.c           \
71
67
        disk/mdraid_linux.c disk/dmraid_nvidia.c disk/lvm.c             \
72
 
        commands/parttool.c parttool/msdospart.c                                \
 
68
        commands/parttool.c parttool/pcpart.c                           \
73
69
        grub_emu_init.c
74
70
 
75
71
grub_emu_LDFLAGS = $(LIBCURSES)
101
97
        term/efi/console.c disk/efi/efidisk.c
102
98
kernel_mod_HEADERS = boot.h cache.h device.h disk.h dl.h elf.h elfload.h \
103
99
        env.h err.h file.h fs.h kernel.h loader.h misc.h mm.h net.h parser.h \
104
 
        partition.h msdos_partition.h reader.h symbol.h term.h time.h types.h \
 
100
        partition.h pc_partition.h reader.h symbol.h term.h time.h types.h \
105
101
        efi/efi.h efi/time.h efi/disk.h machine/loader.h i386/pit.h list.h \
106
102
        handler.h command.h
107
103
kernel_mod_CFLAGS = $(COMMON_CFLAGS)