| /components/drivers/sensor/ |
| A D | SConscript | 9 src += [os.path.join('v2', 'sensor.c')] 11 src += [os.path.join('v2', 'sensor_cmd.c')] 13 src += [os.path.join('v1', 'sensor.c')] 15 src += [os.path.join('v1', 'sensor_cmd.c')]
|
| /components/utilities/libadt/ |
| A D | SConscript | 11 path = os.path.join(cwd, d) 12 if os.path.isfile(os.path.join(path, 'SConscript')): 13 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /components/net/lwip/ |
| A D | SConscript | 10 path = os.path.join(cwd, d) 11 if os.path.isfile(os.path.join(path, 'SConscript')): 12 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /components/legacy/usb/ |
| A D | SConscript | 10 path = os.path.join(cwd, d) 11 if os.path.isfile(os.path.join(path, 'SConscript')): 12 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /components/net/ |
| A D | SConscript | 10 path = os.path.join(cwd, d) 11 if os.path.isfile(os.path.join(path, 'SConscript')): 12 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /components/drivers/ |
| A D | SConscript | 10 path = os.path.join(cwd, d) 11 if os.path.isfile(os.path.join(path, 'SConscript')): 12 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /components/utilities/rt-link/ |
| A D | SConscript | 11 path = os.path.join(cwd, d) 12 if os.path.isfile(os.path.join(path, 'SConscript')): 13 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /components/drivers/usb/ |
| A D | SConscript | 11 path = os.path.join(cwd, d) 12 if os.path.isfile(os.path.join(path, 'SConscript')): 13 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /components/libc/compilers/ |
| A D | SConscript | 11 path = os.path.join(cwd, d) 12 if os.path.isfile(os.path.join(path, 'SConscript')): 13 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /components/libc/posix/ |
| A D | SConscript | 11 path = os.path.join(cwd, d) 12 if os.path.isfile(os.path.join(path, 'SConscript')): 13 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /components/libc/posix/io/ |
| A D | SConscript | 11 path = os.path.join(cwd, d) 12 if os.path.isfile(os.path.join(path, 'SConscript')): 13 group = group + SConscript(os.path.join(d, 'SConscript'))
|
| /components/utilities/ |
| A D | SConscript | 11 path = os.path.join(cwd, d) 12 if os.path.isfile(os.path.join(path, 'SConscript')): 13 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /components/libc/compilers/common/extension/fcntl/ |
| A D | SConscript | 11 path = os.path.join(cwd, d) 12 if os.path.isfile(os.path.join(path, 'SConscript')): 13 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /components/dfs/ |
| A D | SConscript | 11 path = os.path.join(cwd, d) 12 if os.path.isfile(os.path.join(path, 'SConscript')): 13 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /components/dfs/dfs_v1/filesystems/ |
| A D | SConscript | 11 path = os.path.join(cwd, d) 12 if os.path.isfile(os.path.join(path, 'SConscript')): 13 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /components/dfs/dfs_v2/filesystems/ |
| A D | SConscript | 11 path = os.path.join(cwd, d) 12 if os.path.isfile(os.path.join(path, 'SConscript')): 13 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /components/libc/ |
| A D | SConscript | 12 path = os.path.join(cwd, d) 13 if os.path.isfile(os.path.join(path, 'SConscript')): 14 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /components/legacy/fdt/ |
| A D | SConscript | 12 path = os.path.join(cwd, d) 13 if os.path.isfile(os.path.join(path, 'SConscript')): 14 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /components/legacy/fdt/src/ |
| A D | SConscript | 12 path = os.path.join(cwd, d) 13 if os.path.isfile(os.path.join(path, 'SConscript')): 14 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /components/legacy/ |
| A D | SConscript | 12 dfs_cwd = os.path.join(cwd,'dfs') 19 if os.path.isfile(os.path.join(cwd, item, 'SConscript')): 20 group = group + SConscript(os.path.join(item, 'SConscript'))
|
| /components/drivers/pinctrl/ |
| A D | SConscript | 18 path = os.path.join(cwd, d) 19 if os.path.isfile(os.path.join(path, 'SConscript')): 20 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /components/libc/compilers/common/extension/ |
| A D | SConscript | 17 path = os.path.join(cwd, d) 18 if os.path.isfile(os.path.join(path, 'SConscript')): 19 group = group + SConscript(os.path.join(d, 'SConscript'))
|
| /components/drivers/ofw/ |
| A D | SConscript | 20 path = os.path.join(cwd, d) 21 if os.path.isfile(os.path.join(path, 'SConscript')): 22 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /components/drivers/sdio/ |
| A D | SConscript | 17 src += [os.path.join('sdhci', 'sdhci.c')] 18 src += [os.path.join('sdhci', 'fit-mmc.c')] 19 src += [os.path.join('sdhci', 'sdhci-platform.c')]
|
| /components/drivers/pci/host/ |
| A D | SConscript | 20 path = os.path.join(cwd, d) 21 if os.path.isfile(os.path.join(path, 'SConscript')): 22 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|