Ignore:
Timestamp:
Jun 26, 2017, 6:45:41 PM (7 years ago)
Author:
ertl-honda
Message:

3.0.0のリリース版に追従

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_wo_tecs/trunk/sample/Makefile

    r304 r305  
    362362        $(OBJCOPY) -O srec -S $(OBJFILE) $(OBJNAME).srec
    363363
     364#
     365#  エラーチェック処理
     366#
    364367.PHONY: check
    365368check: check.timestamp ;
    366369check.timestamp: cfg2_out.db $(OBJNAME).syms $(OBJNAME).srec
    367         $(CFG) --pass 3 --kernel asp $(INCLUDES) -T $(TARGET_CHECK_TRB) \
     370        $(CFG) --pass 3 --kernel asp -O $(INCLUDES) -T $(TARGET_CHECK_TRB) \
    368371                                --rom-symbol $(OBJNAME).syms --rom-image $(OBJNAME).srec
    369372        @echo "configuration check passed"
Note: See TracChangeset for help on using the changeset viewer.