From 413c6f87808a407fa355b96cf5e012d772304079 Mon Sep 17 00:00:00 2001 From: Joonas Lahtinen Date: Tue, 10 Dec 2013 09:22:56 +0000 Subject: [PATCH] Makefile.am: be consistent defining sources Be consistent with other source file definitions. Signed-off-by: Joonas Lahtinen Reviewed-by: Mikko Ylinen Acked-by: Darren Hart --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b32dc76..a17493d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,7 +73,8 @@ CLEANFILES += man/gummiboot.8 # bypasses regular automake to provide absolute control on compiler and linker # flags. efi_loadername = gummiboot$(MACHINE_TYPE_NAME).efi -efi_sources = src/efi/gummiboot.c +efi_sources = \ + src/efi/gummiboot.c efi_cppflags = \ $(EFI_CPPFLAGS) \ -- 2.7.4