xref: /rk3399_rockchip-uboot/lib/efi_loader/Makefile (revision ed980b8c62fbe17052ec6151a68b5b0be3809485)
1*ed980b8cSAlexander Graf#
2*ed980b8cSAlexander Graf# (C) Copyright 2016 Alexander Graf
3*ed980b8cSAlexander Graf#
4*ed980b8cSAlexander Graf#  SPDX-License-Identifier:     GPL-2.0+
5*ed980b8cSAlexander Graf#
6*ed980b8cSAlexander Graf
7*ed980b8cSAlexander Graf# This file only gets included with CONFIG_EFI_LOADER set, so all
8*ed980b8cSAlexander Graf# object inclusion implicitly depends on it
9*ed980b8cSAlexander Graf
10*ed980b8cSAlexander Grafobj-y += efi_image_loader.o efi_boottime.o efi_runtime.o efi_console.o
11*ed980b8cSAlexander Grafobj-y += efi_memory.o
12*ed980b8cSAlexander Grafobj-$(CONFIG_PARTITIONS) += efi_disk.o
13