summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2013-12-10 09:22:56 +0000
committerKay Sievers <kay@vrfy.org>2013-12-11 13:08:38 +0100
commit413c6f87808a407fa355b96cf5e012d772304079 (patch)
treef6e9ce4f418fba46b610908248bcf65114571b75
parented4b8f49d58b4d657794f01e1d40160292de34bd (diff)
Makefile.am: be consistent defining sources
Be consistent with other source file definitions. Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Reviewed-by: Mikko Ylinen <mikko.ylinen@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
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) \