* grub-core/Makefile.core.def (setjmp): Distribute

lib/arm64/setjmp.S.
This commit is contained in:
Colin Watson 2013-12-03 18:11:18 +00:00
parent 44d4884779
commit 0c0eab527f
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2013-12-03 Colin Watson <cjwatson@ubuntu.com>
* grub-core/Makefile.core.def (setjmp): Distribute
lib/arm64/setjmp.S.
2013-12-03 Colin Watson <cjwatson@ubuntu.com>
Add a new timeout_style environment variable and a corresponding

View file

@ -1571,6 +1571,7 @@ module = {
extra_dist = lib/ia64/setjmp.S;
extra_dist = lib/ia64/longjmp.S;
extra_dist = lib/arm/setjmp.S;
extra_dist = lib/arm64/setjmp.S;
};
module = {