aboutsummaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2018-08-09 14:51:20 +0200
committerAnatolij Gustschin <agust@denx.de>2018-08-11 08:11:02 +0200
commit87940ec40708c14b83fa33e9e3d72d91a5fd2cee (patch)
treefca2cbec17d8459ad238b2d24ba4a8ff3c4b354b /test/dm/Makefile
parent957983e00b3c25103beb65a7e0648fe8bd80606e (diff)
downloadu-boot-87940ec40708c14b83fa33e9e3d72d91a5fd2cee.zip
u-boot-87940ec40708c14b83fa33e9e3d72d91a5fd2cee.tar.gz
u-boot-87940ec40708c14b83fa33e9e3d72d91a5fd2cee.tar.bz2
test: Add AXI test
Add tests for the AXI uclass. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'test/dm/Makefile')
-rw-r--r--test/dm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile
index d2ed96c..564e846 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -44,4 +44,5 @@ obj-$(CONFIG_DM_VIDEO) += video.o
obj-$(CONFIG_ADC) += adc.o
obj-$(CONFIG_SPMI) += spmi.o
obj-$(CONFIG_WDT) += wdt.o
+obj-$(CONFIG_AXI) += axi.o
endif