1 2 3 4 5 6 7 8 9 10 11
# # (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