diff options
| author | Michael Brown | 2015-04-07 07:40:42 +0200 |
|---|---|---|
| committer | Michael Brown | 2015-04-07 07:40:42 +0200 |
| commit | fb2bedcff3ab30ca2a4bed1aa821d1b1c8f9cfae (patch) | |
| tree | 32ef3704cf0266ce3846566ae09a7aaa36a05418 /src/arch/x86_64/Makefile | |
| parent | [libc] Fix typo in longjmp() (diff) | |
| download | ipxe-fb2bedcff3ab30ca2a4bed1aa821d1b1c8f9cfae.tar.gz ipxe-fb2bedcff3ab30ca2a4bed1aa821d1b1c8f9cfae.tar.xz ipxe-fb2bedcff3ab30ca2a4bed1aa821d1b1c8f9cfae.zip | |
[libc] Add x86_64 versions of setjmp() and longjmp()
None of the x86_64 builds currently have any way of invoking these
functions. They are included only to avoid introducing unnecessary
architecture-specific dependencies into the self-test suite.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86_64/Makefile')
| -rw-r--r-- | src/arch/x86_64/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86_64/Makefile b/src/arch/x86_64/Makefile index b687f3407..48c0aa1af 100644 --- a/src/arch/x86_64/Makefile +++ b/src/arch/x86_64/Makefile @@ -40,6 +40,7 @@ endif # x86_64-specific directories containing source files # +SRCDIRS += arch/x86_64/core SRCDIRS += arch/x86_64/prefix # Include common x86 Makefile |
