Skip to content
Snippets Groups Projects
Commit 9652c8df authored by Dirk Zimoch's avatar Dirk Zimoch
Browse files

add rule for arch dependent header files

parent 7768e1ba
No related branches found
No related tags found
No related merge requests found
......@@ -500,6 +500,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
......
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