diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 0a32b3f..25ed31e 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -503,6 +503,9 @@ export VAR_EXTENSIONS REQ = ${REQUIRED} $(foreach x, ${VAR_EXTENSIONS}, ${REQUIRED_$x}) export REQ +HDRS += $(foreach x, ${VAR_EXTENSIONS}, ${HEADERS_$x}) +export HDRS + SRCS += $(foreach x, ${VAR_EXTENSIONS}, ${SOURCES_$x}) USR_LIBOBJS += ${LIBOBJS} $(foreach x,${VAR_EXTENSIONS},${LIBOBJS_$x}) export USR_LIBOBJS