xref: /openbmc/u-boot/lib/efi_driver/Makefile (revision bd8a9c14c91c61980e1f68ac1e6e1f22632f4c98)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# (C) Copyright 2017 Heinrich Schuchardt
4
5# This file only gets included with CONFIG_EFI_LOADER set, so all
6# object inclusion implicitly depends on it
7
8obj-y += efi_uclass.o
9ifeq ($(CONFIG_BLK)$(CONFIG_PARTITIONS),yy)
10obj-y += efi_block_device.o
11endif
12