Alexander Graf | ed980b8 | 2016-03-04 01:10:07 +0100 | [diff] [blame] | 1 | # |
| 2 | # (C) Copyright 2016 Alexander Graf |
| 3 | # |
| 4 | # SPDX-License-Identifier: GPL-2.0+ |
| 5 | # |
| 6 | |
| 7 | # This file only gets included with CONFIG_EFI_LOADER set, so all |
| 8 | # object inclusion implicitly depends on it |
| 9 | |
| 10 | obj-y += efi_image_loader.o efi_boottime.o efi_runtime.o efi_console.o |
| 11 | obj-y += efi_memory.o |
Alexander Graf | be8d324 | 2016-03-15 18:38:21 +0100 | [diff] [blame] | 12 | obj-$(CONFIG_LCD) += efi_gop.o |
Alexander Graf | ed980b8 | 2016-03-04 01:10:07 +0100 | [diff] [blame] | 13 | obj-$(CONFIG_PARTITIONS) += efi_disk.o |