Maxim Polyakov has uploaded this change for review.

View Change

Makefile.inc: Add CARRIER_DIR to component discovery

The configuration of the COMe module contains an additional carriers
directory, which contains the source codes for configuration for the
different carrierboards into which this module is plugged. Let's take
this into account in the build system to use CARRIER_DIR to select the
type of board in the local Makefile.inc, as it has done for VARIANT_DIR.

Used to build an image for the Kontron COMe-mAL10 module together with
the Kontron Ref.Carrier-i T10 TNI.

Change-Id: Ic6b2f8994b1293ae6f5bda8c9cc95128ba0abf7a
Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com>
---
M Makefile.inc
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/42609/1
diff --git a/Makefile.inc b/Makefile.inc
index 86335d9..0f9d635 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -34,6 +34,7 @@
# Basic component discovery
MAINBOARDDIR=$(call strip_quotes,$(CONFIG_MAINBOARD_DIR))
VARIANT_DIR:=$(call strip_quotes,$(CONFIG_VARIANT_DIR))
+CARRIER_DIR:=$(call strip_quotes,$(CONFIG_CARRIER_DIR))
COREBOOT_EXPORTS += MAINBOARDDIR VARIANT_DIR

## Final build results, which CBFSTOOL uses to create the final

To view, visit change 42609. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic6b2f8994b1293ae6f5bda8c9cc95128ba0abf7a
Gerrit-Change-Number: 42609
Gerrit-PatchSet: 1
Gerrit-Owner: Maxim Polyakov <max.senia.poliak@gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-MessageType: newchange