Merge tag 'efi-2022-01-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi
[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