aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/parrot/Makefile.inc
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2012-12-19 16:32:47 +0100
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-01-03 19:33:01 +0100
commit72a2eaf4d5364d5c5b7632b75d62c84f7bf490c8 (patch)
treef63ecf0523f5d8f225ce0db00e65fa52e1fade9c /src/mainboard/google/parrot/Makefile.inc
parent64b364d1ec85f97fe948ba41cf8e7a3f43503829 (diff)
Rename mainboard_smi.c to smihandler.c
This mirrors the naming convention of handlers in northbridge and southbridge. Change-Id: I45d97c569991c955f0ae54ce909d8c267e9a5173 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/2058 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marcj303@gmail.com> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/google/parrot/Makefile.inc')
-rw-r--r--src/mainboard/google/parrot/Makefile.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/parrot/Makefile.inc b/src/mainboard/google/parrot/Makefile.inc
index c4fb74dcd6..f2de43ea40 100644
--- a/src/mainboard/google/parrot/Makefile.inc
+++ b/src/mainboard/google/parrot/Makefile.inc
@@ -22,6 +22,4 @@ ramstage-y += ec.c
romstage-$(CONFIG_CHROMEOS) += chromeos.c
ramstage-$(CONFIG_CHROMEOS) += chromeos.c
-smm-$(CONFIG_HAVE_SMI_HANDLER) += mainboard_smi.c
-
SRC_ROOT = $(src)/mainboard/google/parrot