build: add _ASMLANGUAGE to all asm files

This avoids asm files from having to explicitly define the _ASMLANGUAGE
symbol themselves.

Change-Id: I71f5a169f75d7443a58a0365a41c55b20dae3029
Signed-off-by: Benjamin Walsh <walsh.benj@gmail.com>
This commit is contained in:
Benjamin Walsh 2017-01-22 18:06:10 -05:00 committed by Anas Nashif
commit ee659ae1a1
46 changed files with 1 additions and 84 deletions

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/
#define _ASMLANGUAGE
#include <arch/nios2/asm.h>
#include <kernel_structs.h>
#include <offsets_short.h>