Tom Rini | 70df9d6 | 2018-05-07 17:02:21 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Heinrich Schuchardt | 11206f4 | 2018-01-21 19:29:30 +0100 | [diff] [blame] | 2 | # |
| 3 | # (C) Copyright 2017 Heinrich Schuchardt |
Heinrich Schuchardt | 11206f4 | 2018-01-21 19:29:30 +0100 | [diff] [blame] | 4 | |
| 5 | # This file only gets included with CONFIG_EFI_LOADER set, so all |
| 6 | # object inclusion implicitly depends on it |
| 7 | |
| 8 | obj-y += efi_uclass.o |
Simon Glass | 222f3cb | 2021-09-24 18:30:17 -0600 | [diff] [blame] | 9 | ifeq ($(CONFIG_PARTITIONS),y) |
Heinrich Schuchardt | 11206f4 | 2018-01-21 19:29:30 +0100 | [diff] [blame] | 10 | obj-y += efi_block_device.o |
| 11 | endif |
Heinrich Schuchardt | 309c775 | 2024-02-12 17:18:37 +0100 | [diff] [blame] | 12 | obj-$(CONFIG_SYSRESET_SBI) += efi_reset_riscv.o |