perf tools: Streamline bpf examples and headers installation
[linux/fpc-iii.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 @: