Bläddra i källkod

Enable CONFIG_KALLSYMS_BASE_RELATIVE in action.yml

Added CONFIG_KALLSYMS_BASE_RELATIVE to the config script.
jimsterino98 1 vecka sedan
förälder
incheckning
18a280e62a
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      .github/actions/configs/action.yml

+ 1 - 0
.github/actions/configs/action.yml

@@ -22,6 +22,7 @@ runs:
     run: |
      "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_KALLSYMS
      "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_KALLSYMS_ALL
+     "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_KALLSYMS_BASE_RELATIVE
      "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_KPM
      "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_RELOCATABLE
      "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_CFI_CLANG