Changeset adf6607 in mainline


Ignore:
Timestamp:
2010-06-25T18:46:42Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1590e23
Parents:
21ee6ad4
Message:

Refine rule for processing boot stage linker script with C preprocessor.

Location:
boot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

    r21ee6ad4 radf6607  
    3939build_comps: $(COMPONENTS) $(LINK).in
    4040        $(PACK) $(OBJCOPY) $(BFD_NAME) $(BFD_ARCH) arch/$(KARCH) $(COMPONENTS)
    41         $(MAKE) -f $(BUILD) $(LINK) PRECHECK=$(PRECHECK)
    4241
    4342$(INITRD).img: $(INITRD).fs
  • boot/Makefile.build

    r21ee6ad4 radf6607  
    106106        $(LD) -N $(LFLAGS) -T $(LINK) -M -Map $(MAP) -o $@ $(COMPONENT_OBJECTS) $(OBJECTS)
    107107
    108 $(LINK): $(LINK).comp
     108$(LINK): $(LINK).comp $(DEPEND)
    109109        $(GCC) $(DEFS) $(GCC_CFLAGS) -D__ASM__ -D__LINKER__ -E -x c $(LINK).comp | grep -v "^\#" > $(LINK)
    110110
Note: See TracChangeset for help on using the changeset viewer.