瀏覽代碼

[VBUS] remove the vbus_local_conf.h analysis in the SConscript

Bernard Xiong 10 年之前
父節點
當前提交
e03fbd4815
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      components/vbus/SConscript

+ 0 - 6
components/vbus/SConscript

@@ -16,12 +16,6 @@ for c, f in [['RT_USING_VBUS_RFS', 'utilities/rfs.c'],
     if GetDepend(c):
         src += Glob(f)
 
-with open(os.path.join(Dir('#').get_abspath(), 'vbus_local_conf.h'), 'r') as f:
-    cpp = SCons.cpp.PreProcessor()
-    cpp.process_contents(f.read())
-    if 'RT_VBUS_USING_TESTS' in cpp.cpp_namespace:
-        src += Glob('tests/*.c')
-
 CPPPATH = [cwd, os.path.join(cwd, 'share_hdr')]
 
 group = DefineGroup('VBus', src, depend = ['RT_USING_VBUS'], CPPPATH = CPPPATH)