diff --git a/scripts/Makefile b/scripts/Makefile index b5679103e..043a34c8d 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -13,6 +13,7 @@ hostprogs-$(CONFIG_VT) += conmakehash hostprogs-$(CONFIG_PROM_CONSOLE) += conmakehash hostprogs-y += bin2c hostprogs-y += ubootenv +hostprogs-$(CONFIG_ARCH_NETX) += gen_netx_image always := $(hostprogs-y) $(hostprogs-m)