Copy rootfs(s) inside BIN_DIR
[librecmc/librecmc.git] / target / linux / at91 / image / Makefile
index 711b9325380329427b92d1f805109c67b4336a34..445c8696b4639a1f5f83d469b1d0df264c5a1ff6 100644 (file)
@@ -26,6 +26,7 @@ endef
 
 define Image/Build
        $(call Image/Build/$(1),$(1))
+       cp $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-root.$(1)
 endef
 
 $(eval $(call BuildImage))