blob: 83d879b686ee152240ded963c6e5ee4feabfdd66 [file] [log] [blame]
Alexander Graf67ee7052016-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 Glassfac4ced2016-11-07 08:47:08 -070010CFLAGS_helloworld.o := $(CFLAGS_EFI)
11CFLAGS_REMOVE_helloworld.o := $(CFLAGS_NON_EFI)
12
Heinrich Schuchardte9db7c92017-09-05 03:19:39 +020013ifneq ($(CONFIG_CMD_BOOTEFI_HELLO_COMPILE),)
14always += helloworld.efi
15endif
Alexander Grafb5483512016-11-17 22:40:10 +010016
Simon Glassfac4ced2016-11-07 08:47:08 -070017obj-$(CONFIG_CMD_BOOTEFI_HELLO) += helloworld_efi.o
Alexander Graf67ee7052016-03-04 01:10:07 +010018obj-y += efi_image_loader.o efi_boottime.o efi_runtime.o efi_console.o
Rob Clarkf90cb9f2017-09-13 18:05:28 -040019obj-y += efi_memory.o efi_device_path_to_text.o efi_device_path.o
Heinrich Schuchardt18081d42017-10-18 18:13:04 +020020obj-y += efi_file.o efi_variable.o efi_bootmgr.o efi_watchdog.o
Alexander Grafd65783d2016-03-15 18:38:21 +010021obj-$(CONFIG_LCD) += efi_gop.o
Rob Clark92cec962017-07-21 15:00:27 -040022obj-$(CONFIG_DM_VIDEO) += efi_gop.o
Alexander Graf67ee7052016-03-04 01:10:07 +010023obj-$(CONFIG_PARTITIONS) += efi_disk.o
Alexander Graf94c4b992016-05-06 21:01:01 +020024obj-$(CONFIG_NET) += efi_net.o
Alexander Graf66f96e12016-08-19 01:23:29 +020025obj-$(CONFIG_GENERATE_SMBIOS_TABLE) += efi_smbios.o