aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/mips/boot/tools/Makefile
blob: d232a68f6c8aff95988484d49f2f031d08c4911a (plain) (blame)
1
2
3
4
5
6
7
8
hostprogs-y	+= relocs
relocs-objs	+= relocs_32.o
relocs-objs	+= relocs_64.o
relocs-objs	+= relocs_main.o
PHONY += relocs
relocs: $(obj)/relocs
	@: