* grub-core/Makefile.core.def (kernel): Add kern/i386/int.S to

extra_dist.
This commit is contained in:
Mads Kiilerich 2011-09-29 10:50:25 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent d1ab689de8
commit fc5efcc083
2 changed files with 6 additions and 0 deletions

View file

@ -219,6 +219,7 @@ kernel = {
videoinkernel = commands/boot.c;
extra_dist = kern/i386/int.S;
extra_dist = kern/i386/realmode.S;
extra_dist = kern/i386/pc/lzma_decode.S;
extra_dist = kern/mips/cache_flush.S;