blob: 0cfdd3bfc9911085652d1f2b76baea22063e48a0 [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
xypron.glpk@gmx.de3c042b22017-07-11 22:06:25 +020019obj-y += efi_memory.o efi_device_path_to_text.o
Alexander Grafd65783d2016-03-15 18:38:21 +010020obj-$(CONFIG_LCD) += efi_gop.o
Rob Clark92cec962017-07-21 15:00:27 -040021obj-$(CONFIG_DM_VIDEO) += efi_gop.o
Alexander Graf67ee7052016-03-04 01:10:07 +010022obj-$(CONFIG_PARTITIONS) += efi_disk.o
Alexander Graf94c4b992016-05-06 21:01:01 +020023obj-$(CONFIG_NET) += efi_net.o
Alexander Graf66f96e12016-08-19 01:23:29 +020024obj-$(CONFIG_GENERATE_SMBIOS_TABLE) += efi_smbios.o