aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/reef/Makefile.inc
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-12-13 10:31:06 -0700
committerMartin Roth <martinroth@google.com>2016-12-15 17:39:12 +0100
commitd03391aa68f93b7d87370e9d63f3ec71a7f68dd0 (patch)
tree44983435232dcf1d81f4bf40773ce941a318a1ca /src/mainboard/google/reef/Makefile.inc
parentfdc1b2e6b44b2eec04ad9f67e4c7e63b64cd066f (diff)
google/reef: Remove VARIANT_DIR definition
VARIANT_DIR is defined in coreboot/Makefile.inc, so doesn't need to be defined in each mainboard. Change-Id: Ic93957b710e4a9863774de7fcf3bd006696b6aa1 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/17841 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/google/reef/Makefile.inc')
-rw-r--r--src/mainboard/google/reef/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/reef/Makefile.inc b/src/mainboard/google/reef/Makefile.inc
index f2da3794d5..ac654fb39a 100644
--- a/src/mainboard/google/reef/Makefile.inc
+++ b/src/mainboard/google/reef/Makefile.inc
@@ -15,6 +15,5 @@ smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c
subdirs-y += variants/baseboard
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/baseboard/include
-VARIANT_DIR:=$(call strip_quotes,$(CONFIG_VARIANT_DIR))
subdirs-y += variants/$(VARIANT_DIR)
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include