xref: /openbmc/u-boot/lib/efi_loader/Makefile (revision e663b350f1699312281ddd1439dda6b5fc86598d)
1ed980b8cSAlexander Graf#
2ed980b8cSAlexander Graf# (C) Copyright 2016 Alexander Graf
3ed980b8cSAlexander Graf#
4ed980b8cSAlexander Graf#  SPDX-License-Identifier:     GPL-2.0+
5ed980b8cSAlexander Graf#
6ed980b8cSAlexander Graf
7ed980b8cSAlexander Graf# This file only gets included with CONFIG_EFI_LOADER set, so all
8ed980b8cSAlexander Graf# object inclusion implicitly depends on it
9ed980b8cSAlexander Graf
10ed980b8cSAlexander Grafobj-y += efi_image_loader.o efi_boottime.o efi_runtime.o efi_console.o
11ed980b8cSAlexander Grafobj-y += efi_memory.o
12be8d3241SAlexander Grafobj-$(CONFIG_LCD) += efi_gop.o
13ed980b8cSAlexander Grafobj-$(CONFIG_PARTITIONS) += efi_disk.o
140efe1bcfSAlexander Grafobj-$(CONFIG_NET) += efi_net.o
15*e663b350SAlexander Grafobj-$(CONFIG_GENERATE_SMBIOS_TABLE) += efi_smbios.o
16