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