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/emulation | |
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/emulation')
-rw-r--r-- | src/mainboard/emulation/qemu-armv7/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/emulation/qemu-armv7/Makefile.inc b/src/mainboard/emulation/qemu-armv7/Makefile.inc index cea3b15ceb..80b392b11e 100644 --- a/src/mainboard/emulation/qemu-armv7/Makefile.inc +++ b/src/mainboard/emulation/qemu-armv7/Makefile.inc @@ -26,5 +26,3 @@ ramstage-y += timer.c bootblock-$(CONFIG_EARLY_CONSOLE) += uart.c romstage-$(CONFIG_EARLY_CONSOLE) += uart.c ramstage-y += uart.c - -SRC_ROOT = $(src)/mainboard/emulation/qemu-armv7a |