mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 23:42:32 +00:00
10 lines
261 B
Makefile
10 lines
261 B
Makefile
|
L4_CONFIG := $(call select_from_repositories,config/x86_32.user)
|
||
|
|
||
|
L4_INC_TARGETS := x86/l4/sys x86/l4f/l4/sys x86/l4/vcpu
|
||
|
|
||
|
CC_OPT += -Iinclude/x86
|
||
|
|
||
|
include $(REP_DIR)/lib/mk/spec/x86/syscall-foc.inc
|
||
|
|
||
|
vpath syscalls_direct.S $(L4_PKG_DIR)/l4sys/lib/src/ARCH-x86
|