summaryrefslogtreecommitdiffstats
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-08-11 19:48:13 -0400
committerTom Rini <trini@konsulko.com>2018-08-11 19:48:13 -0400
commit282ce6454c45409805e2c470bbec170d21a4bd35 (patch)
treeb10634fb8f5d0e8ef3b772d6059f66138d8bbc5a /test/dm/Makefile
parenta032e0a6aed208977f48e78d2cc497b91543beaf (diff)
parent25a9f9747a84b36f61f575d592eddc96bce5dabb (diff)
downloadu-boot-282ce6454c45409805e2c470bbec170d21a4bd35.tar.gz
u-boot-282ce6454c45409805e2c470bbec170d21a4bd35.tar.xz
u-boot-282ce6454c45409805e2c470bbec170d21a4bd35.zip
Merge branch 'master' of git://git.denx.de/u-boot-video
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 d2ed96c615..564e8460bd 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