diff options
Diffstat (limited to 'arch/x86/cpu/intel_common/Makefile')
-rw-r--r-- | arch/x86/cpu/intel_common/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/cpu/intel_common/Makefile b/arch/x86/cpu/intel_common/Makefile index cc4e1c962b..1e7a72f2ba 100644 --- a/arch/x86/cpu/intel_common/Makefile +++ b/arch/x86/cpu/intel_common/Makefile @@ -27,6 +27,9 @@ obj-y += microcode.o endif endif obj-y += pch.o +ifdef CONFIG_INTEL_APOLLOLAKE +obj-y += itss.o +endif ifdef CONFIG_SPL ifndef CONFIG_SPL_BUILD |