u-boot/arch/x86/cpu/i386/Makefile
Simon Glass 8cfc966c77 x86: Move call64 to the i386 directory
This code is only used in 32-bit mode. Move it so that it does not get
built with 64-bit U-Boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2017-02-07 13:07:33 +08:00

8 lines
136 B
Makefile

#
# (C) Copyright 2016 Google, Inc
# Written by Simon Glass <sjg@chromium.org>
#
obj-y += call64.o
obj-y += cpu.o
obj-y += interrupt.o