From 6f7846b4f3dcea6cdc3752643d5bb8726d301fc5 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Mon, 21 Jan 2019 21:14:32 -0500 Subject: Add preliminary dependency handling support Projects may now declare other projects it depends upon through the file "dependencies" located in a project's $CONFIGS directory. This file requires that each dependency listed, one per line, correspond to a project in the $PROJECTS directory; the dependency may be in any form accepted by the libreboot script, e.g: ./libreboot build $dependency Multiple dependencies files, one per target, are read provided they are located in target directories and those targets were included in the list of arguments passed to the libreboot script. --- libs/common | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/common') diff --git a/libs/common b/libs/common index da6fe754..a27ff785 100755 --- a/libs/common +++ b/libs/common @@ -34,6 +34,7 @@ VARIANTS="variants" BLOBS="blobs" BLOBS_IGNORE="blobs-ignore" BLOBS_DISCOVER="blobs-discover" +DEPENDENCIES="dependencies" DOTEPOCH=".epoch" DOTRNDSEED=".rndseed" -- cgit v1.2.3-70-g09d2