linuxOS_D21X/source/uboot-2021.10/arch/x86/cpu/i386/Makefile
2024-11-29 16:13:46 +08:00

12 lines
184 B
Makefile

#
# (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