]> git.sur5r.net Git - u-boot/blob - lib/efi_driver/Makefile
Merge git://git.denx.de/u-boot-sunxi
[u-boot] / lib / efi_driver / Makefile
1 #
2 # (C) Copyright 2017 Heinrich Schuchardt
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_uclass.o
11 ifeq ($(CONFIG_BLK)$(CONFIG_PARTITIONS),yy)
12 obj-y += efi_block_device.o
13 endif