Makefile fix
This commit is contained in:
parent
66eae7974d
commit
2081f50307
1 changed files with 1 additions and 2 deletions
|
@ -150,7 +150,7 @@ program = {
|
|||
common = util/resolve.c;
|
||||
common = grub-core/kern/emu/argp_common.c;
|
||||
|
||||
arm = grub-core/kern/arm/dl.c;
|
||||
common = grub-core/kern/arm/dl.c;
|
||||
|
||||
extra_dist = util/grub-mkimagexx.c;
|
||||
|
||||
|
@ -472,7 +472,6 @@ script = {
|
|||
enable = mips_loongson;
|
||||
enable = ia64_efi;
|
||||
enable = powerpc_ieee1275;
|
||||
enable = arm_uboot;
|
||||
};
|
||||
|
||||
script = {
|
||||
|
|
Loading…
Reference in a new issue