Several of the OSAL makefiles use relative paths i.e. include ../../osal-config.mak. Use of relative paths is prone to error and requires users to maintain a pre-defined directory structure that is hidden and not clearly documented. Relative paths should be replaced with environment variables to allow flexibility in mission/project directory trees.