12 lines
184 B
Makefile
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
|