• Home
  • Raw
  • Download

Lines Matching +full:cortex +full:- +full:m4

1 # Copyright (c) 2022-2022 Huawei Technologies Co., Ltd. All rights reserved.
8 # EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
11 # Create: 2022-09-21
27 " --header-path $MENUCONFIG_H" + " --file-list kconfig_files.txt" +
28 " --env-list kconfig_env.txt" + " --config-out config.gni" ],
42 cmd = "grep -c '^\s*\(kernel_module\|hdf_driver\)\s*(\s*\S*\s*)\s*{\s*\$' $build_gn"
48 …cmd = "if grep -q '^\s*\(config\s*(\s*\"public\"\s*)\|module_group\s*(\s*\"\S*\"\s*)\)\s*{\s*\$' $…
59 …cmd = "if grep -q '^\s*\(module_group\|group\)\s*(\s*\"$current_dir_name\"\s*)\s*{\s*\$' $build_gn…
233 KERNEL_LWIP_INCLUDE_DIRS = [ "$OSTOPDIR/net/lwip-2.1/include" ]
236 "$OSTOPDIR/net/lwip-2.1/src/driverif.c",
237 "$OSTOPDIR/net/lwip-2.1/src/netdb.c",
238 "$OSTOPDIR/net/lwip-2.1/src/sockets.c",
239 "$OSTOPDIR/net/lwip-2.1/src/sys_arch.c",
240 "$OSTOPDIR/net/lwip-2.1/enhancement/src/fixme.c",
241 "$OSTOPDIR/net/lwip-2.1/enhancement/src/lwip_ifaddrs.c",
245 "$OSTOPDIR/arch/cpu/armv7-m/common/boot/prt_hw_boot.c",
246 "$OSTOPDIR/arch/cpu/armv7-m/common/exc/prt_exc.c",
247 "$OSTOPDIR/arch/cpu/armv7-m/common/hwi/prt_hwi.c",
248 "$OSTOPDIR/arch/cpu/armv7-m/common/hwi/prt_vi_dispatch.c",
249 "$OSTOPDIR/arch/cpu/armv7-m/common/tick/prt_hw_tick.c",
250 "$OSTOPDIR/arch/cpu/armv7-m/common/tick/prt_hw_tick_minor.c",
251 "$OSTOPDIR/arch/cpu/armv7-m/common/prt_port.c",
254 ARCH_ARMVM7_M_INCLUDE_DIRS = [ "$OSTOPDIR/arch/cpu/armv7-m/common" ]
257 "$OSTOPDIR/arch/cpu/armv7-m/cortex-m4/prt_dispatch.S",
258 "$OSTOPDIR/arch/cpu/armv7-m/cortex-m4/prt_div64.c",
259 "$OSTOPDIR/arch/cpu/armv7-m/cortex-m4/prt_hw.S",
260 "$OSTOPDIR/arch/cpu/armv7-m/cortex-m4/prt_hw_exc.S",
261 "$OSTOPDIR/arch/cpu/armv7-m/cortex-m4/prt_vector.S",
264 ARCH_CORTEX_M4_INCLUDE_DIRS = [ "$OSTOPDIR/arch/cpu/armv7-m/cortex-m4" ]