Commit bfc85c70 authored by Marouene Boubakri's avatar Marouene Boubakri Committed by Anup Patel
Browse files

include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__



GCC has already a predefined macro __ASSEMBLER__ therefore, it can be
used without the need to define a new flag with -D__ASSEMBLY__.
This is useful when adding the library to projects having a build
system such one can build without the need to make changes.
THe build system does not use the Makefile in the sources tree.

Signed-off-by: default avatarMarouene Boubakri <marouene.boubakri@nxp.com>
Signed-off-by: default avatarAnup Patel <anup.patel@wdc.com>
parent ddad02d6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment