mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-09 12:41:19 +00:00
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
|