summaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorKugan Vivekanandarajah <kvivekananda@nvidia.com>2025-05-29 08:47:19 +1000
committerKugan Vivekanandarajah <kvivekananda@nvidia.com>2025-05-29 08:47:19 +1000
commitfcb60292984fa7181ec91d7f81fd18549d1aaf39 (patch)
tree4f9f77dcaebf8e1a2f8e293dc82e858af22f9089 /Makefile.def
parent8859a06fc8143561dd94ef2342234dbc5ccfd937 (diff)
[AUTOFDO] Fix autogen remake issue
Fix autogen issue introduced by commit commit 86dc974cf30f926a014438a5fccdc9d41e26282b ChangeLog: * Makefile.def: Fix typo in cpu_type * Makefile.tpl: Add cpu_type Signed-off-by: Kugan Vivekanandarajah <kvivekananda@nvidia.com>
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def
index b0382713609..fa60f6ea0b9 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -758,7 +758,7 @@ bootstrap_stage = {
bootstrap_target=profiledbootstrap ; };
bootstrap_stage = {
id=autoprofile ; prev=1 ;
- autoprofile="$$s/gcc/config/@cpu_typet@/$(AUTO_PROFILE)" ; };
+ autoprofile="$$s/gcc/config/$(cpu_type)/$(AUTO_PROFILE)" ; };
bootstrap_stage = {
id=autofeedback ; prev=autoprofile ;
bootstrap_target=autoprofiledbootstrap ;