blob: ddb978f650fffb308084cc56225594a0e3d2d5d3 [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
Simon Glassc7ae3df2016-11-07 08:47:08 -070010CFLAGS_helloworld.o := $(CFLAGS_EFI)
11CFLAGS_REMOVE_helloworld.o := $(CFLAGS_NON_EFI)
12
Heinrich Schuchardtc96967e2017-09-05 03:19:39 +020013ifneq ($(CONFIG_CMD_BOOTEFI_HELLO_COMPILE),)
14always += helloworld.efi
15endif
Alexander Graf95b62b22016-11-17 22:40:10 +010016
Simon Glassc7ae3df2016-11-07 08:47:08 -070017obj-$(CONFIG_CMD_BOOTEFI_HELLO) += helloworld_efi.o
Alexander Grafed980b82016-03-04 01:10:07 +010018obj-y += efi_image_loader.o efi_boottime.o efi_runtime.o efi_console.o
Rob Clarkb66c60d2017-09-13 18:05:28 -040019obj-y += efi_memory.o efi_device_path_to_text.o efi_device_path.o
Rob Clark9975fe92017-09-13 18:05:38 -040020obj-y += efi_file.o efi_variable.o efi_bootmgr.o
Alexander Grafbe8d3242016-03-15 18:38:21 +010021obj-$(CONFIG_LCD) += efi_gop.o
Rob Clarkca9193d2017-07-21 15:00:27 -040022obj-$(CONFIG_DM_VIDEO) += efi_gop.o
Alexander Grafed980b82016-03-04 01:10:07 +010023obj-$(CONFIG_PARTITIONS) += efi_disk.o
Alexander Graf0efe1bc2016-05-06 21:01:01 +020024obj-$(CONFIG_NET) += efi_net.o
Alexander Grafe663b352016-08-19 01:23:29 +020025obj-$(CONFIG_GENERATE_SMBIOS_TABLE) += efi_smbios.o