aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/zoombini/Makefile.inc
diff options
context:
space:
mode:
authorNick Vaccaro <nvaccaro@chromium.org>2018-02-26 13:12:11 -0800
committerMartin Roth <martinroth@google.com>2018-02-28 17:38:47 +0000
commitc8f0a6c31a52ad5fa97fe8f973826eb77bde5685 (patch)
treedb7ab619f81701b96d94f6efa0271262977a4ed6 /src/mainboard/google/zoombini/Makefile.inc
parentc3892c8fa8defc7bc898c1a1ba8d733c759b944a (diff)
mainboard/google/zoombini: consolidate SPD makefiles
- consolidate commonality in meowth and zoombini's SPD makefiles into a common zoombini/spd/Makefile.inc - move all SPD hex files into zoombini/spd directory - move SPD_SOURCES definitions to variants/$(VARIANT_DIR)/Makefile.inc BUG=b:69011806,b:71776625 BRANCH=master TEST=Verify 'emerge-meowth coreboot' and 'emerge-zoombini coreboot' compile and boot successfully. Change-Id: I2291ebaf0ef5da1b22eb0e8fa7af8dbb50848c29 Signed-off-by: Nick Vaccaro <nvaccaro@chromium.org> Reviewed-on: https://review.coreboot.org/23874 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/zoombini/Makefile.inc')
-rw-r--r--src/mainboard/google/zoombini/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/google/zoombini/Makefile.inc b/src/mainboard/google/zoombini/Makefile.inc
index e4a036dc13..241cfe251b 100644
--- a/src/mainboard/google/zoombini/Makefile.inc
+++ b/src/mainboard/google/zoombini/Makefile.inc
@@ -1,7 +1,7 @@
##
## This file is part of the coreboot project.
##
-## Copyright 2017 Google Inc.
+## Copyright 2018 Google Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -38,3 +38,5 @@ CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/baseboard/include
subdirs-y += variants/$(VARIANT_DIR)
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include
subdirs-y += variants/$(VARIANT_DIR)/spd
+
+subdirs-y += spd