MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions
[GitHub/exynos8895/android_kernel_samsung_universal8895.git] / scripts / Makefile.lib
index 79e86613712f22308b8ad4c3442403e09770f2ed..c84080885ad4f9299d979030919f65673cc0ca84 100644 (file)
@@ -294,6 +294,12 @@ $(obj)/%.dtb: $(src)/%.dts FORCE
 
 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
 
+# cat
+# ---------------------------------------------------------------------------
+# Concatentate multiple files together
+quiet_cmd_cat = CAT     $@
+cmd_cat = (cat $(filter-out FORCE,$^) > $@) || (rm -f $@; false)
+
 # Bzip2
 # ---------------------------------------------------------------------------