summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.inc
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-03-29 13:04:13 +0000
committerStefan Reinauer <stepan@openbios.org>2010-03-29 13:04:13 +0000
commite9f3258e0b1ed57308d277d3b5a6c67f4819e171 (patch)
tree6b97671f2b6eeb0369ee3f5a5d5cbd82cbee1ced /src/lib/Makefile.inc
parente0d607a4c5838628822904e75bdb3cd69ffa3220 (diff)
downloadcoreboot-e9f3258e0b1ed57308d277d3b5a6c67f4819e171.tar.xz
This patch fixes build.h dependencies in coreboot again.
-include was dropped, the files in question do an #include <build.h> already. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5310 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/lib/Makefile.inc')
-rw-r--r--src/lib/Makefile.inc2
1 files changed, 2 insertions, 0 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