Searched hist:"3 dda563b8349ccc27547883e6cf2be4391d19cb1" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/microblaze/ |
H A D | Makefile | diff 3dda563b8349ccc27547883e6cf2be4391d19cb1 Fri Dec 07 12:33:55 CET 2018 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
|