Kbuild: Assembly code extension.

This commit set back .S as the assembly code extension for Kbuild.

Change-Id: Ib0119876bd0bed6617bbfbad2ca6a44e172ab042
Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
This commit is contained in:
Juan Manuel Cruz 2015-06-10 17:00:46 -05:00 committed by Anas Nashif
commit 308f1586d6
46 changed files with 49 additions and 55 deletions

View file

@ -1,4 +1,4 @@
/* armAtomic.s - ARM atomic operations library */
/* armAtomic.S - ARM atomic operations library */
/*
* Copyright (c) 2013-2014 Wind River Systems, Inc.

View file

@ -1,4 +1,4 @@
/* basepri.s - ARM Cortex-M interrupt locking via BASEPRI */
/* basepri.S - ARM Cortex-M interrupt locking via BASEPRI */
/*
* Copyright (c) 2013-2014 Wind River Systems, Inc.

View file

@ -1,4 +1,4 @@
/* cpu_idle.s - ARM CORTEX-M3 power management */
/* cpu_idle.S - ARM CORTEX-M3 power management */
/*
* Copyright (c) 2013-2014 Wind River Systems, Inc.

View file

@ -1,4 +1,4 @@
/* exc_exit.s - ARM CORTEX-M3 exception/interrupt exit API */
/* exc_exit.S - ARM CORTEX-M3 exception/interrupt exit API */
/*
* Copyright (c) 2013-2014 Wind River Systems, Inc.

View file

@ -1,4 +1,4 @@
/* fault_s.s - fault handlers for ARM Cortex-M */
/* fault_s.S - fault handlers for ARM Cortex-M */
/*
* Copyright (c) 2013-2014 Wind River Systems, Inc.

View file

@ -1,4 +1,4 @@
/* ffs.s - ARM find first set assembly routines */
/* ffs.S - ARM find first set assembly routines */
/*
* Copyright (c) 2013-2014 Wind River Systems, Inc.

View file

@ -1,4 +1,4 @@
/* gdb_stub.s - extra work performed upon exception entry/exit for GDB */
/* gdb_stub.S - extra work performed upon exception entry/exit for GDB */
/*
* Copyright (c) 2014 Wind River Systems, Inc.

View file

@ -1,4 +1,4 @@
/* isr_wrapper.s - ARM CORTEX-M3 wrapper for ISRs with parameter */
/* isr_wrapper.S - ARM CORTEX-M3 wrapper for ISRs with parameter */
/*
* Copyright (c) 2013-2014 Wind River Systems, Inc.

View file

@ -1,4 +1,4 @@
/* swap.s - thread context switching for ARM Cortex-M */
/* swap.S - thread context switching for ARM Cortex-M */
/*
* Copyright (c) 2013-2014 Wind River Systems, Inc.