Skip to content
Snippets Groups Projects
Commit 7d795b1a authored by Xavier Broquere's avatar Xavier Broquere
Browse files

[wip/mhp-genom] Add the attentional option

parent 83d80fa6
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,17 @@ PKG_OPTION_DESCR.hri_costspace= Compile MHP for costspaces
define PKG_OPTION_SET.hri_costspace
GENOM_ARGS+= -DHRI_COSTSPACE
include ../../wip/libmove3d-planners/depend.mk
endef
endef
##
## Attentional
##
PKG_SUPPORTED_OPTIONS+= attentional
PKG_OPTION_DESCR.attentional= Compile MHP with the attentional plugin
define PKG_OPTION_SET.attentional
GENOM_ARGS+= -DATTENTIONAL
include ../../wip/attentional-genom/depend.mk
endef
##
## Pr2
......
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