summaryrefslogtreecommitdiff
path: root/drivers/cpu/Makefile
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2018-08-06 11:23:44 +0300
committerSimon Glass <sjg@chromium.org>2018-09-18 17:12:21 +0300
commitfa44b53398d3a7f5ed28cb83493a70cde11f8188 (patch)
tree0750fe7a155f5ecd261987cb0120d85c83bfbd1e /drivers/cpu/Makefile
parent57370de377340b0fcb81d90a187aa8b8f3494447 (diff)
downloadu-boot-fa44b53398d3a7f5ed28cb83493a70cde11f8188.tar.xz
test: Add tests for CPU uclass
Add a sandbox CPU driver, and some tests for the CPU uclass. Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'drivers/cpu/Makefile')
-rw-r--r--drivers/cpu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpu/Makefile b/drivers/cpu/Makefile
index db515f6f17..980c68f44d 100644
--- a/drivers/cpu/Makefile
+++ b/drivers/cpu/Makefile
@@ -7,3 +7,4 @@
obj-$(CONFIG_CPU) += cpu-uclass.o
obj-$(CONFIG_ARCH_BMIPS) += bmips_cpu.o
+obj-$(CONFIG_SANDBOX) += cpu_sandbox.o