Initial import of Leif's work
This commit is contained in:
parent
21026747df
commit
389b31cd71
65 changed files with 7311 additions and 13 deletions
|
@ -150,6 +150,8 @@ program = {
|
|||
common = util/resolve.c;
|
||||
common = grub-core/kern/emu/argp_common.c;
|
||||
|
||||
arm = grub-core/kern/arm/dl.c;
|
||||
|
||||
extra_dist = util/grub-mkimagexx.c;
|
||||
|
||||
ldadd = libgrubmods.a;
|
||||
|
@ -470,6 +472,7 @@ script = {
|
|||
enable = mips_loongson;
|
||||
enable = ia64_efi;
|
||||
enable = powerpc_ieee1275;
|
||||
enable = arm_uboot;
|
||||
};
|
||||
|
||||
script = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue