Files
genode/base-linux/src/test/lx_rmap/static/target.mk
Christian Helmuth 385b7cdd31 base-linux: revised region management
Revised region management detects region conflicts by using _soft_
mappings per default. Overmapping is activated for population of managed
dataspaces only. For more information see header documentation of
base-linux/src/base/env/rm_session_mmap.cc.

Fixes #883.
2013-09-26 15:07:08 +02:00

6 lines
89 B
Makefile

TARGET = test-lx_rmap_static
SRC_CC = main.cc
LIBS = base
vpath main.cc $(PRG_DIR)/..