Changeset 960f8476 in mainline for boot/arch/mips32/loader/Makefile
- Timestamp:
- 2008-05-30T14:22:58Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- afb1e35
- Parents:
- 136edca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/mips32/loader/Makefile
r136edca r960f8476 34 34 35 35 ifeq ($(IMAGE),binary) 36 BFD= binary36 LD_IN = binary 37 37 endif 38 38 ifeq ($(IMAGE),ecoff) 39 BFD = ecoff-littlemips39 LD_IN = ecoff 40 40 endif 41 41 BFD_NAME = elf32-tradlittlemips … … 109 109 110 110 clean: 111 -rm -f _components.h _components.c _link.ld $(COMPONENT_OBJECTS) $(OBJECTS) image.boot Makefile.depend111 -rm -f _components.h _components.c _link.ld _link.ld.in $(COMPONENT_OBJECTS) $(OBJECTS) image.boot Makefile.depend 112 112 113 _components.h _components.c _link.ld $(COMPONENT_OBJECTS): $(COMPONENTS) 114 ../../../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) 115 116 _link.ld.in: _link.ld.in.$(LD_IN) 117 cp $< $@ 115 118 116 119 %.o: %.S
Note:
See TracChangeset
for help on using the changeset viewer.