aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/Makefile.inc2
-rw-r--r--src/lib/version.c4
2 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc
index abbaf95cab..93d3c303c6 100644
--- a/src/lib/Makefile.inc
+++ b/src/lib/Makefile.inc
@@ -29,3 +29,5 @@ obj-$(CONFIG_COMPRESSED_PAYLOAD_LZMA) += lzma.o
obj-$(CONFIG_BOOTSPLASH) += jpeg.o
smmobj-y += memcpy.o
+
+$(obj)/lib/version.o :: $(obj)/build.h
diff --git a/src/lib/version.c b/src/lib/version.c
index 53abeca155..4ec1eb65e1 100644
--- a/src/lib/version.c
+++ b/src/lib/version.c
@@ -35,7 +35,6 @@
#error COREBOOT_ASSEMBLER not defined
#endif
-
#ifndef COREBOOT_EXTRA_VERSION
#define COREBOOT_EXTRA_VERSION ""
#endif
@@ -55,6 +54,3 @@ const char coreboot_compiler[] = COREBOOT_COMPILER;
const char coreboot_linker[] = COREBOOT_LINKER;
const char coreboot_assembler[] = COREBOOT_ASSEMBLER;
-
-
-