From 6ed6486afeeb01b4bc8dcfd0a0ebb9af0da3209f Mon Sep 17 00:00:00 2001 From: SangYoun Kwak Date: Tue, 10 Sep 2024 19:51:51 +0900 Subject: Add exclude.txt to exclude postlinker from SAM score calculation Since the postlinker consists of 2 versions(32-bit and 64-bit versions), the AHUB SAM score analyzer says that there are duplicated codes. But postlinker should act differently with its building environment, these 2 versions should be exist. To make AHUB to exclude postlinker from SAM score calculation, exclude.txt is added under ".ahub/sam". Change-Id: Iabcf71ef162385ffec56da66138bc7dc0a71b037 Signed-off-by: SangYoun Kwak --- .ahub/sam/exclude.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 .ahub/sam/exclude.txt diff --git a/.ahub/sam/exclude.txt b/.ahub/sam/exclude.txt new file mode 100644 index 0000000..3ab5fb0 --- /dev/null +++ b/.ahub/sam/exclude.txt @@ -0,0 +1 @@ +script/postlinker_64.c -- cgit v1.2.3