Changeset 960f8476 in mainline for boot/arch/arm32/loader/Makefile


Ignore:
Timestamp:
2008-05-30T14:22:58Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
afb1e35
Parents:
136edca
Message:

finish unifying pack script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm32/loader/Makefile

    r136edca r960f8476  
    3333#
    3434
    35 BFD = elf32-littlearm
    3635BFD_NAME = elf32-littlearm
    3736BFD_ARCH = arm
     
    112111        -rm -f _components.h _components.c _link.ld $(COMPONENT_OBJECTS) $(OBJECTS) image.boot Makefile.depend
    113112
    114 _components.h _components.c _link.ld $(COMPONENT_OBJECTS): $(COMPONENTS)
    115         ../../../tools/pack.py $(OBJCOPY) $(BFD_NAME) $(BFD) $(BFD_ARCH) 4096 $(COMPONENTS)
     113_components.h _components.c _link.ld $(COMPONENT_OBJECTS): $(COMPONENTS) _link.ld.in
     114        ../../../tools/pack.py $(OBJCOPY) $(BFD_NAME) $(BFD_ARCH) 4096 "unsigned int" $(COMPONENTS)
    116115
    117116%.o: %.S
Note: See TracChangeset for help on using the changeset viewer.