xref: /rk3399_rockchip-uboot/arch/x86/Makefile (revision 59d34ed022f8e0f0f34257b7b8a3d0edd24f8434)
1#
2# SPDX-License-Identifier:	GPL-2.0+
3#
4
5head-y := arch/x86/cpu/start.o
6ifeq ($(CONFIG_SPL_BUILD),y)
7head-y += arch/x86/cpu/start16.o
8head-y += arch/x86/cpu/resetvec.o
9endif
10
11libs-y += arch/x86/cpu/
12libs-y += arch/x86/lib/
13