]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - test/dm/Makefile
dm: test: Add tests for the clk uclass
[karo-tx-uboot.git] / test / dm / Makefile
index 19ad2fb99f660ec25c622d4447d44f1b07adf039..7947545868b2ac991c83e1315d07a75c6a15c5ab 100644 (file)
@@ -15,6 +15,7 @@ obj-$(CONFIG_UT_DM) += test-uclass.o
 # subsystem you must add sandbox tests here.
 obj-$(CONFIG_UT_DM) += core.o
 ifneq ($(CONFIG_SANDBOX),)
+obj-$(CONFIG_CLK) += clk.o
 obj-$(CONFIG_DM_ETH) += eth.o
 obj-$(CONFIG_DM_GPIO) += gpio.o
 obj-$(CONFIG_DM_I2C) += i2c.o