historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/u-boot/lib/efi_driver/Makefile

12 lines
291 B
Makefile
Raw Normal View History

2024-01-16 17:20:27 +00:00
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2017 Heinrich Schuchardt
# This file only gets included with CONFIG_EFI_LOADER set, so all
# object inclusion implicitly depends on it
obj-y += efi_uclass.o
ifeq ($(CONFIG_BLK)$(CONFIG_PARTITIONS),yy)
obj-y += efi_block_device.o
endif