aboutsummaryrefslogtreecommitdiff
path: root/hw/Makefile.inc
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-07-15 12:00:44 +1000
committerOliver O'Halloran <oohall@gmail.com>2019-07-19 17:46:22 +1000
commit067de39aa3334248232ea09d3215ae7055a811f3 (patch)
treedb26b27f4d4a0e43a90cd325319c7c801bfbf43f /hw/Makefile.inc
parent1a02a18937c0d331ebc6c599d95e7df54d556aa0 (diff)
downloadskiboot-067de39aa3334248232ea09d3215ae7055a811f3.zip
skiboot-067de39aa3334248232ea09d3215ae7055a811f3.tar.gz
skiboot-067de39aa3334248232ea09d3215ae7055a811f3.tar.bz2
Move ec/ code to Rhesus platform
The embedded controller that Rhesus uses is exclusive to that platform, make it purely part of tha platform Signed-off-by: Stewart Smith <stewart@linux.ibm.com> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'hw/Makefile.inc')
-rw-r--r--hw/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/Makefile.inc b/hw/Makefile.inc
index 0e8c257..e265bd0 100644
--- a/hw/Makefile.inc
+++ b/hw/Makefile.inc
@@ -13,7 +13,6 @@ HW_OBJS += lpc-port80h.o
HW=hw/built-in.a
include $(SRC)/hw/fsp/Makefile.inc
-include $(SRC)/hw/ec/Makefile.inc
include $(SRC)/hw/ast-bmc/Makefile.inc
include $(SRC)/hw/ipmi/Makefile.inc