Makefile 327 B

123456789101112
  1. #
  2. # (C) Copyright 2016 Alexander Graf
  3. #
  4. # SPDX-License-Identifier: GPL-2.0+
  5. #
  6. # This file only gets included with CONFIG_EFI_LOADER set, so all
  7. # object inclusion implicitly depends on it
  8. obj-y += efi_image_loader.o efi_boottime.o efi_runtime.o efi_console.o
  9. obj-y += efi_memory.o
  10. obj-$(CONFIG_PARTITIONS) += efi_disk.o