arm64/setjmp: Add missing license macro

Including the setjmp module in an arm64-efi image will cause it to
immediately exit with an "incompatible license" error.

The source file includes a GPLv3+ boilerplate, so fix this by declaring a
GPLv3+ license using the GRUB_MOD_LICENSE macro.

Signed-off-by: dann frazier <dann.frazier@canonical.com>
This commit is contained in:
dann frazier 2015-05-21 10:28:48 -06:00 committed by Leif Lindholm
parent ca59c24bd0
commit 3ac342205d

View file

@ -17,8 +17,10 @@
*/ */
#include <grub/symbol.h> #include <grub/symbol.h>
#include <grub/dl.h>
.file "setjmp.S" .file "setjmp.S"
GRUB_MOD_LICENSE "GPLv3+"
.text .text
/* /*