linuxOS_D21X/source/uboot-2021.10/arch/x86/cpu/i386/Makefile

12 lines
184 B
Makefile
Raw Normal View History

2024-11-29 08:13:19 +00:00
#
# (C) Copyright 2016 Google, Inc
# Written by Simon Glass <sjg@chromium.org>
#
obj-y += call64.o
obj-y += cpu.o
ifndef CONFIG_TPL_BUILD
obj-y += interrupt.o
endif
obj-y += setjmp.o