Index: Config.kmk ================================================================================ --- Config.kmk +++ Config.kmk @@ -37,6 +37,9 @@ ## @todo checked and dbgopt KBUILD_BLD_TYPES = release profile debug kprofile +# path to the units +KBUILD_UNIT_PATHS = $(PWD)/kBuild/units + # Install paths. PATH_INS = $(PATH_OUT) ifeq ($(KBUILD_TARGET),darwin)