dm: Add a No-op uclass
[project/bcm63xx/u-boot.git] / test / dm / Makefile
index 49857c50929816773a4487f1e186108680064c0d..aeb3aa0ca7c0abe2a01f9392184e9d56fedd4405 100644 (file)
@@ -3,6 +3,7 @@
 # Copyright (c) 2013 Google, Inc
 
 obj-$(CONFIG_UT_DM) += bus.o
+obj-$(CONFIG_UT_DM) += nop.o
 obj-$(CONFIG_UT_DM) += test-driver.o
 obj-$(CONFIG_UT_DM) += test-fdt.o
 obj-$(CONFIG_UT_DM) += test-main.o