mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
10 lines
218 B
Makefile
10 lines
218 B
Makefile
|
#
|
||
|
# \brief Portions of base library shared by core and non-core processes
|
||
|
# \author Norman Feske
|
||
|
# \date 2013-02-14
|
||
|
#
|
||
|
|
||
|
vpath vm_session.cc $(REP_DIR)/src/lib/base/x86
|
||
|
|
||
|
include $(REP_DIR)/lib/mk/base-sel4-common.inc
|