]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cray/L1/Makefile
kbuild: move cmd_mkimage to scripts/Makefile.lib
[karo-tx-uboot.git] / board / cray / L1 / Makefile
index 55402981fdc52e48c7e3fc937e037a82642b119a..716a5a316b44ed58b465e983ceea52b9634fae0f 100644 (file)
@@ -15,13 +15,9 @@ quiet_cmd_awk = AWK     $@
 $(obj)/bootscript.c: $(obj)/bootscript.image $(src)/x2c.awk
        $(call cmd,awk)
 
-quiet_cmd_mkimage = MKIMAGE $@
-cmd_mkimage = $(objtree)/tools/mkimage $(MKIMAGEFLAGS_$(@F)) -d $< $@ \
-        $(if $(KBUILD_VERBOSE:1=), >/dev/null)
-
 MKIMAGEFLAGS_bootscript.image := -A ppc -O linux -T script -C none \
                                                -a 0 -e 0 -n bootscript
 $(obj)/bootscript.image: $(src)/bootscript.hush
        $(call cmd,mkimage)
 
-clean-files := bootscript.c bootscript.image
\ No newline at end of file
+clean-files := bootscript.c bootscript.image