summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/Makefile.inc
diff options
context:
space:
mode:
authorWerner Zeh <werner.zeh@siemens.com>2016-04-22 14:14:45 +0200
committerWerner Zeh <werner.zeh@siemens.com>2016-04-28 08:15:47 +0200
commit223498fa16c8de69b2649c669d2fba43ecf364d8 (patch)
tree28556151b37e2c7b73fd294d1a9a542ccf54bbe5 /src/vendorcode/Makefile.inc
parent1bd0c0c4971ce50426cbe18e93e2ec9dca320af1 (diff)
downloadcoreboot-223498fa16c8de69b2649c669d2fba43ecf364d8.tar.gz
coreboot-223498fa16c8de69b2649c669d2fba43ecf364d8.tar.bz2
coreboot-223498fa16c8de69b2649c669d2fba43ecf364d8.zip
vendorcode/siemens: Add hwilib for Siemens specific info struct
Add a library which unifies access to Siemens specific hardware information data. This library is meant to be used with Siemens platforms and can be selected in Kconfig. The needed source of information has to be present in cbfs. This lib can be used in romstage and ramstage. Change-Id: I2c6e003b0c123b4cf6a84906c2b133b8c38c8b1a Signed-off-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-on: https://review.coreboot.org/14505 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/vendorcode/Makefile.inc')
-rw-r--r--src/vendorcode/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vendorcode/Makefile.inc b/src/vendorcode/Makefile.inc
index 741a04aa993d..440972fe9ebc 100644
--- a/src/vendorcode/Makefile.inc
+++ b/src/vendorcode/Makefile.inc
@@ -1,3 +1,4 @@
subdirs-y += amd
subdirs-y += google
subdirs-y += intel
+subdirs-y += siemens