Browse Source

Delete SConscript

Bernard Xiong 11 năm trước cách đây
mục cha
commit
7bdb082c91
1 tập tin đã thay đổi với 0 bổ sung17 xóa
  1. 0 17
      libcpu/arm/am335x/SConscript

+ 0 - 17
libcpu/arm/am335x/SConscript

@@ -1,17 +0,0 @@
-Import('rtconfig')
-from building import *
-
-cwd     = GetCurrentDir()
-src	= Glob('*.c')
-CPPPATH = [cwd]
-
-if rtconfig.PLATFORM == 'iar':
-        src += Glob('*_iar.S')
-elif rtconfig.PLATFORM == 'gcc':
-        src += Glob('*_gcc.S')
-elif rtconfig.PLATFORM == 'armcc':
-        src += Glob('*_rvds.S')
-
-group = DefineGroup('AM1808', src, depend = [''], CPPPATH = CPPPATH)
-
-Return('group')