diff options
author | Mario Six <mario.six@gdsys.cc> | 2018-07-31 14:24:14 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2018-08-11 16:00:38 +0200 |
commit | 004e67c21634d0184eb0b874cbd05d834cb79067 (patch) | |
tree | 6b99525bcd56d7f2cd470d3ffb12ecd877e2649a /drivers/misc/Makefile | |
parent | 440bc11f2e10dd80c7f5e717bc52daff73091bd5 (diff) | |
download | u-boot-004e67c21634d0184eb0b874cbd05d834cb79067.tar.gz |
test: Add tests for misc uclass
Add a set of tests for the misc uclass.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r-- | drivers/misc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 4ce9d213f0..f66c9e8839 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -39,7 +39,7 @@ ifdef CONFIG_SPL_BUILD obj-$(CONFIG_SANDBOX) += spltest_sandbox.o endif endif -obj-$(CONFIG_SANDBOX) += syscon_sandbox.o +obj-$(CONFIG_SANDBOX) += syscon_sandbox.o misc_sandbox.o obj-$(CONFIG_TEGRA_CAR) += tegra_car.o obj-$(CONFIG_TEGRA186_BPMP) += tegra186_bpmp.o obj-$(CONFIG_TWL4030_LED) += twl4030_led.o |