summaryrefslogtreecommitdiff
path: root/Rules.make
diff options
context:
space:
mode:
Diffstat (limited to 'Rules.make')
-rw-r--r--Rules.make6
1 files changed, 6 insertions, 0 deletions
diff --git a/Rules.make b/Rules.make
index e6bd353619b8..59640a8a3082 100644
--- a/Rules.make
+++ b/Rules.make
@@ -382,6 +382,12 @@ targets += $(host-progs-single) $(host-progs-multi-objs) $(host-progs-multi)
endif # ! modules_install
endif # ! fastdep
+# Shipped files
+# ===========================================================================
+
+%: %_shipped
+ cp $< $@
+
# ===========================================================================
# Generic stuff
# ===========================================================================