summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/x86_64/Makefile
blob: cb23c071aa38f025ab15a51d7e650394020e93f6 (plain)
1
2
3
4
5
6
7
8
9
10
#
# (C) Copyright 2016 Google, Inc
# Written by Simon Glass <[email protected]>
#

obj-y += cpu.o interrupts.o setjmp.o

ifndef CONFIG_EFI_CLIENT
obj-y += misc.o
endif