Changeset 6bc4dbd in mainline for arch/ia32/boot/Makefile
- Timestamp:
- 2005-11-08T00:00:15Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5b65205
- Parents:
- 849ba5cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/boot/Makefile
r849ba5cb r6bc4dbd 7 7 8 8 boot.bin: boot.o 9 ld-T boot.ld -entry _start_0x7c00 --oformat binary boot.o -o $@9 $(LD) -T boot.ld -entry _start_0x7c00 --oformat binary boot.o -o $@ 10 10 11 11 boot.o: boot.S 12 gcc-E -DKERNEL_SIZE=$(KERNEL_SIZE) boot.S > boot.s13 asboot.s -o $@12 $(CC) -E -DKERNEL_SIZE=$(KERNEL_SIZE) boot.S > boot.s 13 $(AS) boot.s -o $@ 14 14 rm boot.s 15 15
Note:
See TracChangeset
for help on using the changeset viewer.