genode/repos/base-hw/src/test/double_list/target.mk

13 lines
264 B
Makefile

#
# \brief Build config for a core that tests its double-list implementation
# \author Martin Stein
# \date 2011-12-16
#
TARGET = test-double_list
INC_DIR = $(REP_DIR)/src/core
SRC_CC = test.cc
LIBS = base
vpath double_list.cc $(REP_DIR)/src/core/kernel