#
# Kbuild file to build basic kbuild programs
#

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