aboutsummaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-08-11 19:49:29 -0400
committerTom Rini <trini@konsulko.com>2018-08-11 19:49:29 -0400
commit8fee226da36f799e69041b2ab381064693199c7f (patch)
tree8cf69d8d3cd8cca633c24b0f100c96e1fbd048f4 /test/dm/Makefile
parent282ce6454c45409805e2c470bbec170d21a4bd35 (diff)
parent7e86242b2bdb2983423a3a1f3ec375df56c7cac8 (diff)
downloadu-boot-8fee226da36f799e69041b2ab381064693199c7f.zip
u-boot-8fee226da36f799e69041b2ab381064693199c7f.tar.gz
u-boot-8fee226da36f799e69041b2ab381064693199c7f.tar.bz2
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
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 564e846..67c1fe6 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -45,4 +45,5 @@ obj-$(CONFIG_ADC) += adc.o
obj-$(CONFIG_SPMI) += spmi.o
obj-$(CONFIG_WDT) += wdt.o
obj-$(CONFIG_AXI) += axi.o
+obj-$(CONFIG_MISC) += misc.o
endif