X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=0226930a07f01fb637d1c84cb98e4acedf15f52e;hb=5fdb3c0e7ee6bac6b8809ae69e52f16d22d45035;hp=3525ab3a985e95d2a1a0c0a91375872fcb218dc7;hpb=6b3c74428a3faca92701843c954b717e8d186b17;p=platform%2Fkernel%2Fu-boot.git diff --git a/Makefile b/Makefile index 3525ab3..0226930 100644 --- a/Makefile +++ b/Makefile @@ -1733,6 +1733,12 @@ u-boot-mtk.bin: u-boot.bin FORCE $(call if_changed,mkimage) endif +quiet_cmd_endian_swap = SWAP $@ + cmd_endian_swap = $(srctree)/tools/endian-swap.py $< $@ + +u-boot-swap.bin: u-boot.bin FORCE + $(call if_changed,endian_swap) + ARCH_POSTLINK := $(wildcard $(srctree)/arch/$(ARCH)/Makefile.postlink) # Rule to link u-boot