commit | 3dda563b8349ccc27547883e6cf2be4391d19cb1 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Dec 07 20:33:55 2018 +0900 |
committer | Michal Simek <michal.simek@xilinx.com> | Fri Dec 14 08:09:20 2018 +0100 |
tree | ecdad5b6841a2b7aacdb4fb0e6895f54e58e63e8 | |
parent | 4722a3e6b716d9d4594c3cf3856b03bbd24a59a8 [diff] |
microblaze: add linux.bin* and simpleImage.* to PHONY linux.bin, linux.bin.gz, and linux.bin.ub are phony targets to generate a corresponding image under arch/microblaze/boot/. simpleImage.% also works like a phony target, but a pattern that contains '%' cannot be a phony target. I replaced it with equivalent simpleImage.$(DTB). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>