diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-02-28 00:12:18 +0100 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-02-28 17:59:44 +0100 |
commit | f2e1f6a8628d4c13640688790be9550aa9839b34 (patch) | |
tree | 739bfadc770ae033a9502cda1718ef3e316bd663 /src/mainboard/google/snow | |
parent | ef650a5d2456196d653667de7d02abc0591ec024 (diff) |
Drop SRC_ROOT from mainboard Makefile.incs
It's not used, and not needed.
Change-Id: Ifca92f3606ac58fc26e09676488c3add5d84ae79
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2548
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/google/snow')
-rw-r--r-- | src/mainboard/google/snow/Makefile.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/google/snow/Makefile.inc b/src/mainboard/google/snow/Makefile.inc index 668e3b72ba..46e366fa7d 100644 --- a/src/mainboard/google/snow/Makefile.inc +++ b/src/mainboard/google/snow/Makefile.inc @@ -24,9 +24,3 @@ romstage-y += romstage.c # ramstage-y += ec.c ramstage-y += ramstage.c ramstage-y += chromeos.c - -# romstage-$(CONFIG_CHROMEOS) += chromeos.c - -# FIXME: we should do something similar to x86 platforms for Snow SPDs - -SRC_ROOT = $(src)/mainboard/google/snow |