[SWDEV-553168] Add support for decoding out of band boot time CPER files.
Change-Id: Ic4278698f9c5b5ae56bd56fd43150c0653c1ef05
This commit is contained in:
committed by
Arif, Maisam
parent
c4cad504be
commit
c6698c9100
@@ -44,7 +44,7 @@ fi
|
||||
|
||||
# Find all source files
|
||||
mapfile -t FILES < <(
|
||||
find . \( -name build -o -name .git -o -path "./src/aca-decode" -o -path "./esmi_ib_library" -o -path "./rocm_smi/include/rocm_smi/kfd_ioctl.h" \) -prune -o \
|
||||
find . \( -name build -o -name .git -o -path "./src/ras-decode-instinct-staging" -o -path "./esmi_ib_library" -o -path "./rocm_smi/include/rocm_smi/kfd_ioctl.h" \) -prune -o \
|
||||
\( -name "*.cc" -o -name "*.cpp" -o -name "*.c" \) -print
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user