Changeset 950 for trunk/platform/makefile_sub.inc
- Timestamp:
- 02/11/12 09:36:09 (16 months ago)
- File:
-
- 1 edited
-
trunk/platform/makefile_sub.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/makefile_sub.inc
r831 r950 45 45 rm -f stubs_entry.S.err 46 46 if [ -s $(TARGET_PRIMARY) ] ; then \ 47 $(topdir)tools/finsig_$(PLATFORMOS) $(TARGET_PRIMARY) $(ROMBASEADDR) >stubs_entry.S ; \47 $(topdir)tools/finsig_$(PLATFORMOS) $(TARGET_PRIMARY) $(ROMBASEADDR) stubs_entry.S ; \ 48 48 else \ 49 49 echo CAUTION! \'stubs_entry.S\' is not updated due to target firmware binary not found! ; \
Note: See TracChangeset
for help on using the changeset viewer.