# SPDX-License-Identifier: GPL-2.0

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