summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-08-12 16:09:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-08-12 16:16:44 +0200
commitb61544556474e8a39e1ecbe0b5d27a5fbca9b42d (patch)
tree0ad6a294e81291edf1c9a7099156a9657b9e6055 /arch/x86
parent8e724b3d3e1d8b272b261b586772c5415c47cb39 (diff)
downloadbarebox-b61544556474e8a39e1ecbe0b5d27a5fbca9b42d.tar.gz
barebox-b61544556474e8a39e1ecbe0b5d27a5fbca9b42d.tar.xz
Makefile: generate a barebox-flash-image link
Depending on the SoC a barebox.bin, barebox.netx, barebox.s5p, MLO image is generated. With pbl support there now is an additional arch/arm/pbl/zbarebox.bin image. To help the user to determine which image should be flashed to his device, generate a barebox-flash-image link. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index db4180b32b..518b37fe2f 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -14,11 +14,6 @@ CPPFLAGS += -fdata-sections -ffunction-sections
LDFLAGS_uboot += -static --gc-sections
endif
-all: $(KBUILD_IMAGE)
-
-
-
-
machdirs := $(patsubst %,arch/x86/mach-%/,$(machine-y))
ifeq ($(KBUILD_SRC),)