Selaa lähdekoodia

Enable CONFIG_KALLSYMS_BASE_RELATIVE in action.yml

Added CONFIG_KALLSYMS_BASE_RELATIVE to the config script.
jimsterino98 1 viikko sitten
vanhempi
sitoutus
18a280e62a
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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