blob: e929563b2c11a81424a67bcef24c55bf8f7419e1 [file] [log] [blame]
Simon Glassefedba72017-01-16 07:03:58 -07001#
2# (C) Copyright 2016 Google, Inc
3# Written by Simon Glass <sjg@chromium.org>
4#
5
Simon Glassea543582017-01-16 07:04:21 -07006obj-y += cpu.o interrupts.o setjmp.o
Simon Glass49a643b2021-11-03 21:09:07 -06007
8ifndef CONFIG_EFI
9obj-y += misc.o
10endif