diff --git a/third_party/freertos/freertos.BUILD.bazel b/third_party/freertos/freertos.BUILD.bazel index f48ad38604..1d587d9ad4 100644 --- a/third_party/freertos/freertos.BUILD.bazel +++ b/third_party/freertos/freertos.BUILD.bazel @@ -142,10 +142,9 @@ cc_library( hdrs = select({ ":port_ARM_CM0": ["portable/GCC/ARM_CM0/portmacro.h"], ":port_ARM_CM3": ["portable/GCC/ARM_CM3/portmacro.h"], - ":port_ARM_CM33_NTZ": [ - "portable/GCC/ARM_CM33_NTZ/non_secure/portasm.h", - "portable/GCC/ARM_CM33_NTZ/non_secure/portmacro.h", - ], + # TODO: https://pwbug.dev/352591911 - Decide if we should support older + # versions that are missing portmacrocommon.h. + ":port_ARM_CM33_NTZ": glob(["portable/GCC/ARM_CM33_NTZ/non_secure/*.h"]), ":port_ARM_CM4F": ["portable/GCC/ARM_CM4F/portmacro.h"], ":port_ARM_CM7": ["portable/GCC/ARM_CM7/r0p1/portmacro.h"], ":port_Xtensa": [