blob: c6046e36d2647409151cfc114fa90857ca32a96e [file] [log] [blame]
Tom Rini70df9d62018-05-07 17:02:21 -04001# SPDX-License-Identifier: GPL-2.0+
Alexander Graf67ee7052016-03-04 01:10:07 +01002#
3# (C) Copyright 2016 Alexander Graf
4#
Alexander Graf67ee7052016-03-04 01:10:07 +01005
6# This file only gets included with CONFIG_EFI_LOADER set, so all
7# object inclusion implicitly depends on it
8
Alexander Graf8b86ad62017-12-01 22:09:50 +01009CFLAGS_helloworld.o := $(CFLAGS_EFI) -Os -ffreestanding
10CFLAGS_REMOVE_helloworld.o := $(CFLAGS_NON_EFI) -Os
Simon Glassfac4ced2016-11-07 08:47:08 -070011
Heinrich Schuchardte9db7c92017-09-05 03:19:39 +020012ifneq ($(CONFIG_CMD_BOOTEFI_HELLO_COMPILE),)
13always += helloworld.efi
14endif
Alexander Grafb5483512016-11-17 22:40:10 +010015
Simon Glassfac4ced2016-11-07 08:47:08 -070016obj-$(CONFIG_CMD_BOOTEFI_HELLO) += helloworld_efi.o
Alexander Graf67ee7052016-03-04 01:10:07 +010017obj-y += efi_image_loader.o efi_boottime.o efi_runtime.o efi_console.o
Rob Clarkf90cb9f2017-09-13 18:05:28 -040018obj-y += efi_memory.o efi_device_path_to_text.o efi_device_path.o
Leif Lindholmb6e6fdc2018-03-09 17:43:21 +010019obj-y += efi_device_path_utilities.o efi_file.o efi_variable.o efi_bootmgr.o
20obj-y += 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
Joe Hershberger5277a972018-04-13 15:26:39 -050024obj-$(CONFIG_NET) += efi_net.o
Alexander Graf66f96e12016-08-19 01:23:29 +020025obj-$(CONFIG_GENERATE_SMBIOS_TABLE) += efi_smbios.o