u-boot-brain/arch/x86/cpu/i386/Makefile

12 lines
184 B
Makefile
Raw Normal View History

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