- Timestamp:
- Jan 18, 2007, 10:20:33 AM (13 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, master
- Children:
- 2d78d77
- Parents:
- 28cdaf8
- Location:
- make/custom
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
make/custom/gensh1.cfg
r28cdaf8 re4f49cf 34 34 $(LDLIBS) -o $@ \ 35 35 $(LINK_OBJS) $(LINK_LIBS) 36 $(NM) - n $@ > $(basename $@).num36 $(NM) -g -n $@ > $(basename $@).num 37 37 $(SIZE) $@ 38 38 endef -
make/custom/gensh2.cfg
r28cdaf8 re4f49cf 33 33 $(LDLIBS) -o $@ \ 34 34 $(LINK_OBJS) $(LINK_LIBS) 35 $(NM) - n $@ > $(basename $@).num35 $(NM) -g -n $@ > $(basename $@).num 36 36 $(SIZE) $@ 37 37 endef -
make/custom/gensh4.cfg
r28cdaf8 re4f49cf 40 40 $(LDLIBS) -o $@ \ 41 41 $(LINK_OBJS) $(LINK_LIBS) 42 $(NM) - n $@ > $(basename $@).num42 $(NM) -g -n $@ > $(basename $@).num 43 43 $(SIZE) $@ 44 44 endef -
make/custom/hurricane.cfg
r28cdaf8 re4f49cf 28 28 $(PACKHEX) < $(basename $@).srec1 > $(basename $@).srec 29 29 $(RM) $(basename $@).srec1 30 $(NM) - n $@ > $(basename $@).num30 $(NM) -g -n $@ > $(basename $@).num 31 31 $(SIZE) $@ 32 32 endef -
make/custom/rbtx4925.cfg
r28cdaf8 re4f49cf 28 28 $(PACKHEX) < $(basename $@).srec1 > $(basename $@).srec 29 29 $(RM) $(basename $@).srec1 30 $(NM) - n $@ > $(basename $@).num30 $(NM) -g -n $@ > $(basename $@).num 31 31 $(SIZE) $@ 32 32 endef -
make/custom/simsh4.cfg
r28cdaf8 re4f49cf 40 40 $(LDLIBS) -o $@ \ 41 41 $(LINK_OBJS) $(LINK_LIBS) 42 $(NM) - n $@ > $(basename $@).num42 $(NM) -g -n $@ > $(basename $@).num 43 43 $(SIZE) $@ 44 44 endef
Note: See TracChangeset
for help on using the changeset viewer.