Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / mips / boot / tools / Makefile
blob5f8e737348ebd5d0979019a6ede6f4360a0a85c6
1 # SPDX-License-Identifier: GPL-2.0
3 hostprogs-y += relocs
4 relocs-objs += relocs_32.o
5 relocs-objs += relocs_64.o
6 relocs-objs += relocs_main.o
7 PHONY += relocs
8 relocs: $(obj)/relocs
9 @: