mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 15:02:25 +00:00
66c0c7b6f1
Issue #2451
12 lines
205 B
Makefile
12 lines
205 B
Makefile
PLAT := pc99
|
|
ARCH := x86
|
|
|
|
SEL4_ARCH := x86_64
|
|
PLAT_BOARD := /$(SEL4_ARCH)
|
|
SEL4_WORDBITS := 64
|
|
|
|
ARCH_INCLUDES := exIPC.h
|
|
SEL4_ARCH_INCLUDES := syscalls_syscall.h
|
|
|
|
include $(REP_DIR)/lib/mk/syscall-sel4.inc
|