adapt "out of tree build" for arm64

This commit is contained in:
Takayuki Okamoto
2017-09-11 15:29:53 +09:00
parent 0278a876db
commit 325082a571
7 changed files with 65 additions and 62 deletions

View File

@@ -19,13 +19,14 @@
*/
#include <arch-memory.h>
#include <vdso-so-path.h>
.section ".vdso.txet", "aw"
.globl vdso_start, vdso_end
.balign PAGE_SIZE
vdso_start:
.incbin "../../mckernel/arch/arm64/kernel/vdso/vdso.so"
.incbin VDSO_SO_PATH
.balign PAGE_SIZE
vdso_end: