Makefile 194 字节
Newer Older
1
# SPDX-License-Identifier: GPL-2.0+
2 3 4
#
# Copyright (c) 2015 Google, Inc

5
ifdef CONFIG_EFI_APP
6 7
obj-y += efi.o
obj-y += sdram.o
8 9 10 11 12 13
endif

ifdef CONFIG_EFI_STUB
obj-y += car.o
obj-y += payload.o
endif