clk: imx8qm: fix usdhc2 clocks
[oweals/u-boot.git] / Makefile
index 8de3d4120aff8c5e5db6d996c66a9c7abed4d874..7e5fd23e7c3fdf554743b08e6b32afb09f3df621 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1087,6 +1087,10 @@ endif
 
 u-boot.bin: u-boot-fit-dtb.bin FORCE
        $(call if_changed,copy)
+
+u-boot-dtb.bin: u-boot-nodtb.bin dts/dt.dtb FORCE
+       $(call if_changed,cat)
+
 else ifeq ($(CONFIG_OF_SEPARATE),y)
 u-boot-dtb.bin: u-boot-nodtb.bin dts/dt.dtb FORCE
        $(call if_changed,cat)