diff --git a/hooks/install/qa-elf.sh b/hooks/install/qa-elf.sh index 78d54f4ba9..a243b8e909 100755 --- a/hooks/install/qa-elf.sh +++ b/hooks/install/qa-elf.sh @@ -75,6 +75,8 @@ check_binaries() case "${binary}" in *.ko) ;; + ${D}usr/lib/debug/*) + ;; *) check_compiler_flags "${binary}" check_linker_flags "${binary}"