commit | 16f57dad59164c9fe4a38178ff9e2ae24e5ee8fc | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Thu Aug 09 14:51:20 2018 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Sat Aug 11 08:11:02 2018 +0200 |
tree | fca2cbec17d8459ad238b2d24ba4a8ff3c4b354b | |
parent | 9592215b98249c55729a530231a8b0081d8302c0 [diff] [blame] |
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>
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_ADC) += adc.o obj-$(CONFIG_SPMI) += spmi.o obj-$(CONFIG_WDT) += wdt.o +obj-$(CONFIG_AXI) += axi.o endif