Remove ThirdParty from core checker in smp branch (#512)

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
Gaurav-Aggarwal-AWS
2022-06-24 04:52:15 -07:00
committed by GitHub
parent b87dfa3e97
commit b3918c7f38

View File

@@ -42,7 +42,8 @@ KERNEL_IGNORED_PATTERNS = [
r'.*portable.*Xtensa_ESP32.*portasm\.S',
r'.*portable.*Xtensa_ESP32.*xtensa_.*',
r'.*portable.*Xtensa_ESP32.*portmux_impl.*',
r'.*portable.*Xtensa_ESP32.*xt_asm_utils\.h'
r'.*portable.*Xtensa_ESP32.*xt_asm_utils\.h',
r'.*/ThirdParty/.*'
]
KERNEL_HEADER = [