diff options
author | Mario Six <mario.six@gdsys.cc> | 2018-08-06 10:23:44 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-09-18 08:12:21 -0600 |
commit | fa44b53398d3a7f5ed28cb83493a70cde11f8188 (patch) | |
tree | 0750fe7a155f5ecd261987cb0120d85c83bfbd1e /test/dm/Makefile | |
parent | 57370de377340b0fcb81d90a187aa8b8f3494447 (diff) | |
download | u-boot-fa44b53398d3a7f5ed28cb83493a70cde11f8188.tar.gz |
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 'test/dm/Makefile')
-rw-r--r-- | test/dm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile index 3f5a634afd..8b1ba915d0 100644 --- a/test/dm/Makefile +++ b/test/dm/Makefile @@ -47,4 +47,5 @@ obj-$(CONFIG_WDT) += wdt.o obj-$(CONFIG_AXI) += axi.o obj-$(CONFIG_MISC) += misc.o obj-$(CONFIG_DM_SERIAL) += serial.o +obj-$(CONFIG_CPU) += cpu.o endif |