blob: 18e152074a74d4f164c2b07ec516c435e63fa2a8 [file] [log] [blame]
Simon Glassbe059e82017-01-16 07:03:57 -07001#
2# (C) Copyright 2016 Google, Inc
3# Written by Simon Glass <sjg@chromium.org>
4#
5
Simon Glass8cfc9662017-01-16 07:04:19 -07006obj-y += call64.o
Simon Glassbe059e82017-01-16 07:03:57 -07007obj-y += cpu.o
Simon Glass76ab9f22019-12-06 21:41:52 -07008ifndef CONFIG_TPL_BUILD
Simon Glassbe059e82017-01-16 07:03:57 -07009obj-y += interrupt.o
Simon Glass76ab9f22019-12-06 21:41:52 -070010endif
Simon Glass4d3ac6c2017-01-16 07:04:20 -070011obj-y += setjmp.o