aboutsummaryrefslogtreecommitdiff
path: root/hw/Makefile.inc
diff options
context:
space:
mode:
authormillerjo@us.ibm.com <millerjo@us.ibm.com>2014-08-06 14:10:26 -0500
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-08-08 16:07:26 +1000
commit6f1019e652c517cb825c09a03f52f420dc5e9002 (patch)
tree89dc1bc35fae4a610f78dbb77e64eebb154da7cb /hw/Makefile.inc
parent82b53f9d1d22a184f5929e95032bab5ea4c0e6a8 (diff)
downloadskiboot-6f1019e652c517cb825c09a03f52f420dc5e9002.zip
skiboot-6f1019e652c517cb825c09a03f52f420dc5e9002.tar.gz
skiboot-6f1019e652c517cb825c09a03f52f420dc5e9002.tar.bz2
Add fake RTC to generic platform
Adds a fake RTC that can be initialized via a named reserve in the device tree that may, at some point, be on NVRAM. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'hw/Makefile.inc')
-rw-r--r--hw/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/Makefile.inc b/hw/Makefile.inc
index 14bf8e7..f1ffe55 100644
--- a/hw/Makefile.inc
+++ b/hw/Makefile.inc
@@ -4,7 +4,7 @@ SUBDIRS += hw
HW_OBJS = xscom.o chiptod.o gx.o cec.o lpc.o lpc-uart.o psi.o
HW_OBJS += homer.o slw.o occ.o nx.o fsi-master.o centaur.o
HW_OBJS += p7ioc.o p7ioc-inits.o p7ioc-phb.o p5ioc2.o p5ioc2-phb.o
-HW_OBJS += phb3.o sfc-ctrl.o
+HW_OBJS += phb3.o sfc-ctrl.o fake-rtc.o
HW=hw/built-in.o
include $(SRC)/hw/fsp/Makefile.inc