diff options
author | Joel Challis <git@zvecr.com> | 2023-01-19 00:27:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-19 00:27:00 +0000 |
commit | 0ce3f6bcfe8241e51dd6936d24e6a88c907c535d (patch) | |
tree | 216c96bb7d8037120a256d0c707150b95f5866bd /builddefs/converters.mk | |
parent | a1f253cbef309906c989cfb3e123ee8fb3172bb4 (diff) |
De-duplicate platform detection (#19603)
Diffstat (limited to 'builddefs/converters.mk')
-rw-r--r-- | builddefs/converters.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builddefs/converters.mk b/builddefs/converters.mk index 581276c2e0..3ba0e50116 100644 --- a/builddefs/converters.mk +++ b/builddefs/converters.mk @@ -19,6 +19,7 @@ ifneq ($(CONVERT_TO),) -include $(CONVERTER)/pre_converter.mk + PLATFORM_KEY = $(shell echo $(CONVERTER) | rev | cut -d "/" -f4 | rev) TARGET := $(TARGET)_$(CONVERT_TO) # Configure any defaults |