Prepare v2023.10
[platform/kernel/u-boot.git] / arch / x86 / cpu / x86_64 / Makefile
1 #
2 # (C) Copyright 2016 Google, Inc
3 # Written by Simon Glass <sjg@chromium.org>
4 #
5
6 obj-y += cpu.o interrupts.o setjmp.o
7
8 ifndef CONFIG_EFI
9 obj-y += misc.o
10 endif