mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
4d3ac6c326
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>
9 lines
154 B
Makefile
9 lines
154 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
|
|
obj-y += setjmp.o
|