Skip to content
Snippets Groups Projects
Commit 6ce9feb0 authored by Mamoun Gharbi's avatar Mamoun Gharbi
Browse files

Adding handling of Mightabilities on spark and mhp

parent 13525c45
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,20 @@ endef
PKG_SUGGESTED_OPTIONS+= spark
##
## USE_MIGHTABILITY_MAPS synchonization
##
PKG_SUPPORTED_OPTIONS+= mightability
PKG_OPTION_DESCR.mightability= Enable mightabilities functions
define PKG_OPTION_SET.mightability
GENOM_ARGS+= -DUSE_MIGHTABILITY_MAPS
endef
PKG_SUGGESTED_OPTIONS+= mightability
#####################
GENOM_MODULE= mhp
......
......@@ -77,6 +77,17 @@ define PKG_OPTION_SET.oro
include ../../knowledge/liboro/depend.mk
endef
##
## USE_MIGHTABILITY_MAPS option
##
PKG_SUPPORTED_OPTIONS+= mightability
PKG_OPTION_DESCR.mightability= Enable mightabilities functions
define PKG_OPTION_SET.oro
GENOM_ARGS+= -DUSE_MIGHTABILITY_MAPS
endef
PKG_SUGGESTED_OPTIONS+= mightability
##
## Attentional
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment