xref: /linux/arch/mips/tools/Makefile (revision 4745dc8abb0a0a9851c07265eea01d844886d5c8)
1# SPDX-License-Identifier: GPL-2.0
2hostprogs-y := elf-entry
3PHONY += elf-entry
4elf-entry: $(obj)/elf-entry
5	@:
6