From: Piotr Dymacz Date: Sun, 12 Feb 2017 12:01:05 +0000 (+0100) Subject: Place device name before date and git info in filename X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=97e8af7e3560129ab6d3c6b1d8436c741cfc0e38;p=oweals%2Fu-boot_mod.git Place device name before date and git info in filename --- diff --git a/Makefile b/Makefile index 30d2df5..96add61 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,7 @@ endef # $(1): file extension define img_name -u-boot_mod__$(shell date +"%Y%m%d")__$(call git_branch_hash)__$@$(if \ +u-boot_mod__$@__$(shell date +"%Y%m%d")__$(call git_branch_hash)$(if \ $(filter $(IMG_RAM),1),__RAM-LOAD-ONLY)$(if $(1),.$(1)) endef