Changeset 1fbe8da2 in mainline for arch/ppc32/loader/Makefile
- Timestamp:
- 2006-03-15T18:25:43Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f9719b58
- Parents:
- 032a9b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/loader/Makefile
r032a9b3 r1fbe8da2 66 66 67 67 image.boot: depend $(OBJECTS) kernel.o 68 $(LD) -no-check-sections -N -T _link.ld $(OBJECTS) kernel.o -o $@68 $(LD) -no-check-sections -N -T _link.ld -Map map $(OBJECTS) kernel.o -o $@ 69 69 70 70 depend:
Note:
See TracChangeset
for help on using the changeset viewer.