Rename *.s files to *.S

Change-Id: I706a06e287f9e8e52c1cee4863c36673b21762f7
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-06-16 15:06:18 -04:00
commit 9485729b3a
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
/* cache_s.s - cache manipulation */
/* cache_s.S - cache manipulation */
/*
* Copyright (c) 2013-2014 Wind River Systems, Inc.

View file

@ -1,4 +1,4 @@
/* crt0.s - crt0 module for the IA-32 boards */
/* crt0.S - crt0 module for the IA-32 boards */
/*
* Copyright (c) 2010-2014 Wind River Systems, Inc.

View file

@ -1,4 +1,4 @@
/* driver_static_irq_stubs.s - interrupt stubs */
/* driver_static_irq_stubs.S - interrupt stubs */
/*
* Copyright (c) 2012-2015, Wind River Systems, Inc.

View file

@ -1,4 +1,4 @@
/* i8259Boi.s - Intel 8259A PIC BOI Handler */
/* i8259Boi.S - Intel 8259A PIC BOI Handler */
/*
* Copyright (c) 2013-2015 Wind River Systems, Inc.