1 # SPDX-License-Identifier: GPL-2.0+ 2 # 3 # Copyright (c) 2015 Google, Inc 4 5 ifdef CONFIG_EFI_APP 6 obj-y += app.o 7 obj-y += sdram.o 8 endif 9 10 ifdef CONFIG_EFI_STUB 11 obj-y += car.o 12 obj-y += payload.o 13 endif 14