diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-08-15 22:42:00 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-09-16 14:57:44 +0800 |
commit | fffad9264aa63a2f8da7d15d27d9a7c03a5ff4ec (patch) | |
tree | c050224edac4a467ce4df922cea38e4a1f7be5e0 /arch/x86/cpu/braswell/Makefile | |
parent | e61a2687b3ed9661755a33146530a51320cdd76b (diff) |
x86: braswell: Add FSP configuration
Add FSP related configuration for Braswell.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/braswell/Makefile')
-rw-r--r-- | arch/x86/cpu/braswell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/braswell/Makefile b/arch/x86/cpu/braswell/Makefile index 19bcee61d7..ddf6d2804a 100644 --- a/arch/x86/cpu/braswell/Makefile +++ b/arch/x86/cpu/braswell/Makefile @@ -4,4 +4,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y += braswell.o cpu.o early_uart.o +obj-y += braswell.o cpu.o early_uart.o fsp_configs.o |