Skip to content
Snippets Groups Projects
Commit 6a73d826 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[wip/pal-hardware-interfaces] Adapt package to include according to env variable value.

parent bc0eba3c
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,12 @@ include ../../interfaces/ros-std-msgs/depend.mk
include ../../lang/ros-message-generation/depend.mk
include ../../lang/ros-message-runtime/depend.mk
include ../../middleware/ros-comm/depend.mk
include ../../wip/prf-ros-control/depend.mk
include ../../wip/sysdep/pal-distro.mk
ifeq (palerbium,${PALDISTRO})
include ../../motion/ros-control/depend.mk
else
include ../../wip/prf-ros-control/depend.mk
endif
include ../../mk/language/c++.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
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