diff options
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc index cb0b21cbb2..a1931584a4 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -38,7 +38,9 @@ endif ####################################################################### # Basic component discovery MAINBOARDDIR=$(call strip_quotes,$(CONFIG_MAINBOARD_DIR)) +VARIANT_DIR:=$(call strip_quotes,$(CONFIG_VARIANT_DIR)) export MAINBOARDDIR +export VARIANT_DIR ## Final build results, which CBFSTOOL uses to create the final ## rom image file, are placed under $(objcbfs). |