microblaze: add linux.bin* and simpleImage.* to PHONY
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 7 Dec 2018 11:33:55 +0000 (20:33 +0900)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 14 Dec 2018 07:09:20 +0000 (08:09 +0100)
commit3dda563b8349ccc27547883e6cf2be4391d19cb1
treeecdad5b6841a2b7aacdb4fb0e6895f54e58e63e8
parent4722a3e6b716d9d4594c3cf3856b03bbd24a59a8
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>
arch/microblaze/Makefile