genode/repos/base-pistachio/lib/mk/syscall.mk
Sebastian Sumpf e0ed7c3cd0 base-pistachio: Add syscall library support
Makes old l4 library obsolete

Issue #1280
2014-10-30 13:36:13 +01:00

8 lines
215 B
Makefile

PISTACHIO_USER_SRC := $(call select_from_ports,pistachio)/src/kernel/pistachio/user/lib/l4
SRC_CC = debug.cc ia32.cc
SRC_S = ia32-syscall-stubs.S
vpath %.cc $(PISTACHIO_USER_SRC)
vpath %.S $(PISTACHIO_USER_SRC)