Browse Source

change file name for compiling under Linux

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@531 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong 15 years ago
parent
commit
1886174d46

+ 21 - 21
libcpu/SConscript

@@ -1,21 +1,21 @@
-Import('env')
-Import('rtconfig')
-Import('RTT_ROOT')
-
-comm = rtconfig.ARCH + '/common'
-path = rtconfig.ARCH + '/' + rtconfig.CPU
-
-# The set of source files associated with this SConscript file.
-if rtconfig.PLATFORM == 'armcc':
-	src_local = Glob(path + '/*.c') + Glob(path + '/*_rvds.s') + Glob(comm + '/*.c')
-
-if rtconfig.PLATFORM == 'gcc':
-	src_local = Glob(path + '/*.c') + Glob(path + '/*_gcc.s') + Glob(comm + '/*.c') + Glob(path + '/*_init.S')
-
-if rtconfig.PLATFORM == 'iar':
-	src_local = Glob(path + '/*.c') + Glob(path + '/*_iar.s') + Glob(comm + '/*.c')
-
-env.Append(CPPPATH = [RTT_ROOT + '/libcpu/' + rtconfig.ARCH + '/' + rtconfig.CPU])
-obj = env.Object(src_local)
-
-Return('obj')
+Import('env')
+Import('rtconfig')
+Import('RTT_ROOT')
+
+comm = rtconfig.ARCH + '/common'
+path = rtconfig.ARCH + '/' + rtconfig.CPU
+
+# The set of source files associated with this SConscript file.
+if rtconfig.PLATFORM == 'armcc':
+	src_local = Glob(path + '/*.c') + Glob(path + '/*_rvds.S') + Glob(comm + '/*.c')
+
+if rtconfig.PLATFORM == 'gcc':
+	src_local = Glob(path + '/*.c') + Glob(path + '/*_gcc.S') + Glob(comm + '/*.c') + Glob(path + '/*_init.S')
+
+if rtconfig.PLATFORM == 'iar':
+	src_local = Glob(path + '/*.c') + Glob(path + '/*_iar.S') + Glob(comm + '/*.c')
+
+env.Append(CPPPATH = [RTT_ROOT + '/libcpu/' + rtconfig.ARCH + '/' + rtconfig.CPU])
+obj = env.Object(src_local)
+
+Return('obj')

+ 0 - 0
libcpu/arm/lm3s/start_gcc.s → libcpu/arm/lm3s/start_gcc.S


+ 0 - 0
libcpu/arm/lpc214x/context_rvds.s → libcpu/arm/lpc214x/context_rvds.S


+ 0 - 0
libcpu/arm/lpc214x/start_rvds.s → libcpu/arm/lpc214x/start_rvds.S


+ 0 - 0
libcpu/arm/lpc24xx/context_rvds.s → libcpu/arm/lpc24xx/context_rvds.S


+ 0 - 0
libcpu/arm/lpc24xx/start_rvds.s → libcpu/arm/lpc24xx/start_rvds.S


+ 0 - 0
libcpu/arm/s3c24x0/context_rvds.s → libcpu/arm/s3c24x0/context_rvds.S


+ 0 - 0
libcpu/arm/s3c24x0/start_gcc.s → libcpu/arm/s3c24x0/start_gcc.S


+ 0 - 0
libcpu/arm/s3c24x0/start_rvds.s → libcpu/arm/s3c24x0/start_rvds.S


+ 0 - 0
libcpu/arm/s3c44b0/context_rvds.s → libcpu/arm/s3c44b0/context_rvds.S


+ 0 - 0
libcpu/arm/s3c44b0/start_rvds.s → libcpu/arm/s3c44b0/start_rvds.S


+ 0 - 0
libcpu/arm/stm32/start_gcc.s → libcpu/arm/stm32/start_gcc.S


+ 0 - 0
libcpu/arm/stm32/start_iar.s → libcpu/arm/stm32/start_iar.S


+ 0 - 0
libcpu/arm/stm32/start_rvds.s → libcpu/arm/stm32/start_rvds.S