Rev 1639 | Rev 1867 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1639 | Rev 1719 | ||
|---|---|---|---|
| Line 42... | Line 42... | ||
| 42 | installbios: bios |
42 | installbios: bios |
| 43 | $(UPLOAD) $(ULFLAGS) |
43 | $(UPLOAD) $(ULFLAGS) |
| 44 | 44 | ||
| 45 | upgradebios: bios |
45 | upgradebios: bios |
| 46 | $(CANUPLOAD) $(CANULFLAGS) -n $(NODE_ID) -i $(NODE_HW_ID) -f $(BIOSDIR)/$(BIOSTARGET).hex -r -b |
46 | $(CANUPLOAD) $(CANULFLAGS) -n $(NODE_ID) -i $(NODE_HW_ID) -f $(BIOSDIR)/$(BIOSTARGET).hex -r -b |
| - | 47 | ||
| - | 48 | defaultbios: bios |
|
| - | 49 | $(CANUPLOAD) $(CANULFLAGS) -n $(NODE_ID) -i $(NODE_HW_ID) -f $(BIOSDIR)/$(BIOSTARGET).hex -r -d |
|
| 47 | 50 | ||
| 48 | install: $(BUILDDIR)/$(TARGET).hex |
51 | install: $(BUILDDIR)/$(TARGET).hex |
| 49 | $(CANUPLOAD) $(CANULFLAGS) -n $(NODE_ID) -i $(NODE_HW_ID) -f $< -r |
52 | $(CANUPLOAD) $(CANULFLAGS) -n $(NODE_ID) -i $(NODE_HW_ID) -f $< -r |
| 50 | 53 | ||
| 51 | reset: |
54 | reset: |
| Line 84... | Line 87... | ||
| 84 | @echo |
87 | @echo |
| 85 | @false |
88 | @false |
| 86 | endif |
89 | endif |
| 87 | 90 | ||
| 88 | # Listing of phony targets. |
91 | # Listing of phony targets. |
| 89 | .PHONY : all bios installbios upgradebios \ |
92 | .PHONY : all bios installbios upgradebios defaultbios \ |
| 90 | install reset start \ |
93 | install reset start \ |
| 91 | clean cleanbios distclean check_systeminc setconfig |
94 | clean cleanbios distclean check_systeminc setconfig |
| 92 | 95 | ||