Changeset 63cda71 in mainline for boot/arch/sparc64/loader/Makefile
- Timestamp:
- 2006-07-13T14:58:57Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 94d614e
- Parents:
- eda7bf81
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/loader/Makefile
reda7bf81 r63cda71 53 53 ../../../generic/printf.c \ 54 54 ../../../genarch/ofw.c \ 55 ofw .c \55 ofwarch.c \ 56 56 asm.S \ 57 57 boot.S … … 65 65 .PHONY: all clean depend 66 66 67 all: image.boot 67 all: image.boot disasm 68 68 69 69 -include Makefile.depend … … 86 86 %.o: %.c 87 87 $(CC) $(DEFS) $(CFLAGS) -c $< -o $@ 88 89 disasm: image.boot 90 $(OBJDUMP) -d image.boot > boot.disasm
Note:
See TracChangeset
for help on using the changeset viewer.