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