summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/apollolake/Makefile
diff options
context:
space:
mode:
authorWolfgang Wallner <wolfgang.wallner@br-automation.com>2020-01-22 18:01:46 +0300
committerBin Meng <bmeng.cn@gmail.com>2020-02-04 07:01:08 +0300
commit43709fa0888cc80648939ae1588307334e6cc267 (patch)
tree8f587cbcb546c4a41ce79d912b8b184d04899859 /arch/x86/cpu/apollolake/Makefile
parent142c9751a6cb7e2f9d18847570bc01c5e991aeeb (diff)
downloadu-boot-43709fa0888cc80648939ae1588307334e6cc267.tar.xz
x86: Move itss.c from Apollo Lake to a more generic location
The Interrupt Timer Subsystem (ITSS) is not specific to Apollo Lake, so move it to a common location within arch/x86. Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> [bmeng: conditionally build itss.c] Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/apollolake/Makefile')
-rw-r--r--arch/x86/cpu/apollolake/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/cpu/apollolake/Makefile b/arch/x86/cpu/apollolake/Makefile
index 1760df54d8..f99f2c6473 100644
--- a/arch/x86/cpu/apollolake/Makefile
+++ b/arch/x86/cpu/apollolake/Makefile
@@ -19,7 +19,6 @@ obj-y += fsp_s.o
endif
obj-y += hostbridge.o
-obj-y += itss.o
obj-y += lpc.o
obj-y += p2sb.o
obj-y += pch.o