summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-05 12:58:41 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-05 12:58:41 +0200
commit4d872fb09a33a5db3068a759949c33b93d23b801 (patch)
treeb5b8f71cc1256ef57e5fced04dedb31e4a91577d /scripts
parent6422fe2cd5683b83c7c4c3449fa778efd5de59a7 (diff)
downloadbarebox-4d872fb09a33a5db3068a759949c33b93d23b801.tar.gz
barebox-4d872fb09a33a5db3068a759949c33b93d23b801.tar.xz
add gen_netx_image to Makefile
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index b5679103e9..043a34c8de 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)