mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
66c0c7b6f1
Issue #2451
11 lines
162 B
Makefile
11 lines
162 B
Makefile
PLAT := pc99
|
|
ARCH := x86
|
|
|
|
SEL4_ARCH := ia32
|
|
PLAT_BOARD := /$(SEL4_ARCH)
|
|
SEL4_WORDBITS := 32
|
|
|
|
ARCH_INCLUDES := exIPC.h
|
|
|
|
include $(REP_DIR)/lib/mk/syscall-sel4.inc
|