diff options
Diffstat (limited to 'lib/efi/Makefile')
-rw-r--r-- | lib/efi/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/efi/Makefile b/lib/efi/Makefile index 9449600b5b..18d081ac46 100644 --- a/lib/efi/Makefile +++ b/lib/efi/Makefile @@ -1,8 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2015 Google, Inc -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-$(CONFIG_EFI_APP) += efi_app.o efi.o obj-$(CONFIG_EFI_STUB) += efi_info.o |