blob: 2a3849e31b9597fb93d45b8fca10cc7ca8c97348 [file] [log] [blame]
Alexander Grafed980b82016-03-04 01:10:07 +01001#
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
10obj-y += efi_image_loader.o efi_boottime.o efi_runtime.o efi_console.o
11obj-y += efi_memory.o
Alexander Grafbe8d3242016-03-15 18:38:21 +010012obj-$(CONFIG_LCD) += efi_gop.o
Alexander Grafed980b82016-03-04 01:10:07 +010013obj-$(CONFIG_PARTITIONS) += efi_disk.o
Alexander Graf0efe1bc2016-05-06 21:01:01 +020014obj-$(CONFIG_NET) += efi_net.o