9
0
Fork 0

add gen_netx_image to Makefile

This commit is contained in:
Sascha Hauer 2007-09-05 12:58:41 +02:00
parent 6422fe2cd5
commit 4d872fb09a
1 changed files with 1 additions and 0 deletions

View File

@ -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)