summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-22 16:00:01 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-22 16:00:01 +0200
commitf5336e27e010caec8a84116828009ff8f8b73210 (patch)
tree6a5f7bdb565f563e88f291d6ed9c301818bc24e9 /arch
parent9ef31f83a856e9f94d3d4a18d2dac035e139b626 (diff)
downloadbarebox-f5336e27e010caec8a84116828009ff8f8b73210.tar.gz
barebox-f5336e27e010caec8a84116828009ff8f8b73210.tar.xz
fix netx image name
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 24b5d98686..033e2f4b8a 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -50,7 +50,7 @@ uboot.netx: uboot.bin
--cookie=$(CONFIG_NETX_COOKIE);
ifeq ($(machine-y),netx)
-KBUILD_IMAGE := u-boot.netx
+KBUILD_IMAGE := uboot.netx
endif
all: $(KBUILD_IMAGE)