From 7bb49b1ae15ab04b352edb58e97927f75846c9b0 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 5 Apr 2022 10:25:35 +0800 Subject: conf: remove usage of X86_TUNE_DIR var The main branch only supports building with kirkstone now so we no longer need this to tweak paths for older branches. Signed-off-by: Anuj Mittal --- conf/machine/include/tune-skylake.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/include/tune-skylake.inc') diff --git a/conf/machine/include/tune-skylake.inc b/conf/machine/include/tune-skylake.inc index b3630edd..05b7283c 100644 --- a/conf/machine/include/tune-skylake.inc +++ b/conf/machine/include/tune-skylake.inc @@ -8,7 +8,7 @@ DEFAULTTUNE ?= "skylake-64" # Include the previous tune to pull in PACKAGE_EXTRA_ARCHS -require conf/machine/${X86_TUNE_DIR}/tune-corei7.inc +require conf/machine/include/x86/tune-corei7.inc # Extra tune features TUNEVALID[skylake] = "Enable skylake specific processor optimizations" -- cgit v1.2.3-54-g00ecf