Allow arch dependent header files

This commit is contained in:
2018-09-11 17:21:31 +02:00
parent f5560398a3
commit 75f99b702a
+3
View File
@@ -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