Makefile 291 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # (C) Copyright 2017 Heinrich Schuchardt
  4. # This file only gets included with CONFIG_EFI_LOADER set, so all
  5. # object inclusion implicitly depends on it
  6. obj-y += efi_uclass.o
  7. ifeq ($(CONFIG_BLK)$(CONFIG_PARTITIONS),yy)
  8. obj-y += efi_block_device.o
  9. endif