Move common function to dl_helper.c

This commit is contained in:
Leif Lindholm 2013-05-11 10:42:11 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 1c99b9d1fe
commit 854f383c28
6 changed files with 235 additions and 289 deletions

View file

@ -163,7 +163,7 @@ program = {
common = util/resolve.c;
common = grub-core/kern/emu/argp_common.c;
common = grub-core/kern/arm/dl.c;
common = grub-core/kern/arm/dl_helper.c;
extra_dist = util/grub-mkimagexx.c;