Changeset 7e2432b in mainline for boot/arch/ppc32/loader/Makefile
- Timestamp:
- 2007-03-29T19:15:02Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 563c2dd
- Parents:
- 1d79c04
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ppc32/loader/Makefile
r1d79c04 r7e2432b 88 88 -include Makefile.depend 89 89 90 image.boot: depend _components.h _link.ld $(COMPONENT_OBJECTS) $(OBJECTS) kernel.o90 image.boot: depend _components.h _link.ld $(COMPONENT_OBJECTS) $(OBJECTS) 91 91 $(LD) -no-check-sections -N -T _link.ld $(COMPONENT_OBJECTS) $(OBJECTS) -o $@ 92 92
Note:
See TracChangeset
for help on using the changeset viewer.