# scripts/multidtb makefile

hostprogs-y	:= multidtb
always		:= $(hostprogs-y)

multidtb-obs	:= multidtb.c

HOSTCFLAGS_MULTIDTB := -I$(src)
