From 34fc4ab80b507739e2580d490dff67fcfdde11ea Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Mon, 6 Oct 2014 15:30:37 +0000 Subject: mkelfimage: remove It's not been needed for years, is definitely not needed now that cbfstool parses bzImages, and its presence keeps confusing people. Also, rewrite history. We never mentioned mkelfimage in the documentation. Never, ever, ever. Change-Id: Id96a57906ba6a423b06a8f4140d2efde6f280d55 Signed-off-by: Ronald G. Minnich Reviewed-on: http://review.coreboot.org/7021 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Martin Roth Reviewed-by: Patrick Georgi --- util/mkelfImage/linux-ia64/Makefile | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 util/mkelfImage/linux-ia64/Makefile (limited to 'util/mkelfImage/linux-ia64/Makefile') diff --git a/util/mkelfImage/linux-ia64/Makefile b/util/mkelfImage/linux-ia64/Makefile deleted file mode 100644 index 38f5d8cd34..0000000000 --- a/util/mkelfImage/linux-ia64/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -LIA64_DIR=linux-ia64 -LIA64_OBJ=$(OBJDIR)/$(LIA64_DIR) -LIA64_DEP=Makefile Makefile.conf $(LIA64_DIR)/Makefile - -$(LIA64_OBJ)/mkelf-linux-ia64.o: $(LIA64_DIR)/mkelf-linux-ia64.c $(LIA64_DIR)/convert.bin.c $(LIA64_DEP) - $(MKDIR) -p $(@D) - $(HOST_CC) $(HOST_CFLAGS) -c -g $< -o $@ - -ifdef IA64_CC - -$(LIA64_DIR)/convert.bin.c: $(LIA64_OBJ)/convert.bin $(OBJDIR)/bin/bin-to-hex $(LIA64_DEP) - $(MKDIR) -p $(@D) - $(OBJDIR)/bin/bin-to-hex < $(LIA64_OBJ)/convert.bin > $@ - -$(LIA64_OBJ)/convert.bin: $(LIA64_OBJ)/convert $(LIA64_DEP) - $(MKDIR) -p $(@D) - $(IA64_OBJCOPY) -O binary $< $@ - -CONVERT_LIA64_OBJS=$(LIA64_OBJ)/head.o $(LIA64_OBJ)/convert_params.o -$(LIA64_OBJ)/convert: $(LIA64_DIR)/convert.lds $(CONVERT_LIA64_OBJS) $(LIA64_DEP) - $(MKDIR) -p $(@D) - $(IA64_LD) $(IA64_LDFLAGS) -T $(LIA64_DIR)/convert.lds -o $@ $(CONVERT_LIA64_OBJS) - -$(LIA64_OBJ)/head.o: $(LIA64_DIR)/head.S $(LIA64_DIR)/convert.h - $(MKDIR) -p $(@D) - $(IA64_CPP) $(IA64_CFLAGS) -D ASSEMBLY $< | $(IA64_AS) $(IA64_ASFLAGS) -o $@ - -$(LIA64_OBJ)/convert_params.o: $(LIA64_DIR)/convert_params.c $(LIA64_DIR)/convert.h $(LIA64_DEP) - $(IA64_CC) $(IA64_CFLAGS) -c -o $@ $< - - -endif - -- cgit v1.2.3