linux-surface/arch/mips/boot/tools/Makefile
2017-08-10 09:25:24 -04:00

9 lines
148 B
Makefile

hostprogs-y += relocs
relocs-objs += relocs_32.o
relocs-objs += relocs_64.o
relocs-objs += relocs_main.o
PHONY += relocs
relocs: $(obj)/relocs
@: