aboutsummaryrefslogtreecommitdiff
path: root/core/Makefile.inc
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-06-24 17:02:50 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-06-24 17:02:50 +1000
commite3e38fcc77e49378db230f06b5f38e3814229aae (patch)
treef8f807f23a40801b9ae46cb59569cd3b3f737679 /core/Makefile.inc
parente5b053749e75e959aa5cafc875327b66f571e73a (diff)
downloadskiboot-e3e38fcc77e49378db230f06b5f38e3814229aae.zip
skiboot-e3e38fcc77e49378db230f06b5f38e3814229aae.tar.gz
skiboot-e3e38fcc77e49378db230f06b5f38e3814229aae.tar.bz2
Move NVRAM format/check code out into separate file to unit test
We (slightly) change the internal API so that we operate on parameters rather than globals, this means it's easier to unit test too. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core/Makefile.inc')
-rw-r--r--core/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile.inc b/core/Makefile.inc
index d808cc9..83370c1 100644
--- a/core/Makefile.inc
+++ b/core/Makefile.inc
@@ -5,7 +5,7 @@ CORE_OBJS = relocate.o console.o stack.o init.o chip.o mem_region.o
CORE_OBJS += malloc.o lock.o cpu.o utils.o fdt.o opal.o interrupts.o
CORE_OBJS += timebase.o opal-msg.o pci.o pci-opal.o fast-reboot.o
CORE_OBJS += device.o exceptions.o trace.o affinity.o vpd.o
-CORE_OBJS += hostservices.o platform.o nvram.o hmi.o
+CORE_OBJS += hostservices.o platform.o nvram.o nvram-format.o hmi.o
CORE_OBJS += console-log.o ipmi.o time-utils.o pel.o pool.o errorlog.o
CORE_OBJS += timer.o i2c.o rtc.o flash.o sensor.o