summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/cpu/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-02-15 15:51:15 -0800
committerMike Frysinger <vapier@gentoo.org>2012-03-12 11:06:00 -0400
commit6fb62078210b78ff5cc87829a62166feebb8e9dc (patch)
tree339e41496993526f0c83bb995bb109b4b4ce47a8 /arch/sandbox/cpu/Makefile
parent20186a1cbff3fd87954627538ce712a162c22351 (diff)
downloadtalos-obmc-uboot-6fb62078210b78ff5cc87829a62166feebb8e9dc.tar.gz
talos-obmc-uboot-6fb62078210b78ff5cc87829a62166feebb8e9dc.zip
sandbox: add concept of sandbox state
The state exists through the life of U-Boot. It can be adjusted by command line options and perhaps later through a config file. It is available to U-Boot through state_...() calls (within sandbox code). The primary purpose of this is to contain the "hardware" state. It should only be used by sandbox internal code. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/sandbox/cpu/Makefile')
-rw-r--r--arch/sandbox/cpu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/cpu/Makefile b/arch/sandbox/cpu/Makefile
index 2ae0f7155c..6fd09ff65b 100644
--- a/arch/sandbox/cpu/Makefile
+++ b/arch/sandbox/cpu/Makefile
@@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(CPU).o
-COBJS := cpu.o start.o os.o
+COBJS := cpu.o os.o start.o state.o
SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
OpenPOWER on IntegriCloud