mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Makefile for Hoitaja.
This commit is contained in:
11
repos/os/src/hoitaja/target.mk
Normal file
11
repos/os/src/hoitaja/target.mk
Normal file
@@ -0,0 +1,11 @@
|
||||
TARGET = hoitaja
|
||||
SRC_CC = main.cc
|
||||
LIBS = base
|
||||
INC_DIR += $(PRG_DIR)
|
||||
|
||||
CONFIG_XSD = config.xsd
|
||||
|
||||
# statically link sandbox library to avoid dependency from sandbox.lib.so
|
||||
SRC_CC += library.cc child.cc server.cc config_model.cc
|
||||
INC_DIR += $(REP_DIR)/src/lib/sandbox
|
||||
vpath %.cc $(REP_DIR)/src/lib/sandbox
|
||||
Reference in New Issue
Block a user