Changeset 960f8476 in mainline for boot/arch/sparc64/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/sparc64/loader/Makefile
r136edca r960f8476 33 33 # 34 34 35 BFD_NAME = elf64-sparc 36 BFD_ARCH = sparc 35 37 TARGET = sparc64-linux-gnu 36 38 TOOLCHAIN_DIR = /usr/local/sparc64/bin … … 64 66 SOURCES = \ 65 67 main.c \ 68 _components.c \ 66 69 ../../../generic/printf.c \ 67 70 ../../../generic/string.c \ … … 104 107 105 108 clean: 106 -rm -f _components.h _ link.ld $(COMPONENT_OBJECTS) $(OBJECTS) image.boot boot.disasm Makefile.depend109 -rm -f _components.h _components.c _link.ld $(COMPONENT_OBJECTS) $(OBJECTS) image.boot image.map image.disasm Makefile.depend 107 110 108 _components.h _ link.ld $(COMPONENT_OBJECTS): $(COMPONENTS)109 . /pack $(IMAGE) $(OBJCOPY)$(COMPONENTS)111 _components.h _components.c _link.ld $(COMPONENT_OBJECTS): $(COMPONENTS) _link.ld.in 112 ../../../tools/pack.py $(OBJCOPY) $(BFD_NAME) $(BFD_ARCH) 1 "unsigned long" $(COMPONENTS) 110 113 111 114 %.o: %.S … … 116 119 117 120 disasm: image.boot 118 $(OBJDUMP) -d image.boot > boot.disasm121 $(OBJDUMP) -d image.boot > image.disasm
Note:
See TracChangeset
for help on using the changeset viewer.