From ede9709316f6c4d18d2a3e126879af2816c0b329 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 29 Apr 2015 22:26:02 -0600 Subject: x86: Add a CPU driver for baytrail This driver supports multi-core init and sets up the CPU frequencies correctly. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- arch/x86/cpu/baytrail/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x86/cpu/baytrail/Makefile') diff --git a/arch/x86/cpu/baytrail/Makefile b/arch/x86/cpu/baytrail/Makefile index 8914e8b6d5..c78b644eb7 100644 --- a/arch/x86/cpu/baytrail/Makefile +++ b/arch/x86/cpu/baytrail/Makefile @@ -4,6 +4,7 @@ # SPDX-License-Identifier: GPL-2.0+ # +obj-y += cpu.o obj-y += early_uart.o obj-y += fsp_configs.o obj-y += pci.o -- cgit