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