xref: /openbmc/linux/arch/mips/boot/tools/Makefile (revision 2ef6765ccaab2c69470d7049d9a9bf6456a6e666)
1# SPDX-License-Identifier: GPL-2.0
2
3hostprogs-y	+= relocs
4relocs-objs	+= relocs_32.o
5relocs-objs	+= relocs_64.o
6relocs-objs	+= relocs_main.o
7PHONY += relocs
8relocs: $(obj)/relocs
9	@:
10