mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
a5cf09fa6e
fix #1197
15 lines
331 B
PHP
15 lines
331 B
PHP
#
|
|
# \brief Build config for parts of core that depend on Trustzone status
|
|
# \author Stefan Kalkowski
|
|
# \author Martin Stein
|
|
# \date 2012-10-24
|
|
#
|
|
|
|
# add include paths
|
|
INC_DIR += $(REP_DIR)/src/core/include
|
|
INC_DIR += $(BASE_DIR)/src/core/include
|
|
|
|
# declare source paths
|
|
vpath % $(REP_DIR)/src/core
|
|
vpath % $(BASE_DIR)/src/core
|