Ignore:
Timestamp:
Apr 9, 2019, 6:00:49 PM (5 years ago)
Author:
coas-nagasima
Message:

motファイルを出力するよう変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_rx/trunk/app4_aircon/DebugCitrus/Makefile

    r374 r376  
    274274all: tecs | $(DEPDIR)
    275275#       @$(MAKE) check
    276         @$(MAKE) check $(OBJNAME).bin
     276#       @$(MAKE) check $(OBJNAME).bin
    277277#       @$(MAKE) check $(OBJNAME).srec
     278        @$(MAKE) check $(OBJNAME).mot
    278279else
    279280#all: check
    280 all: check $(OBJNAME).bin
     281#all: check $(OBJNAME).bin
    281282#all: check $(OBJNAME).srec
     283all: check $(OBJNAME).mot
    282284endif
    283285
     
    489491$(OBJNAME).srec: $(OBJFILE)
    490492        $(OBJCOPY) -O srec -S $(OBJFILE) $(OBJNAME).srec
     493
     494$(OBJNAME).mot: $(OBJFILE)
     495        $(OBJCOPY) -O srec -S $(OBJFILE) $(OBJNAME).mot
    491496
    492497#
Note: See TracChangeset for help on using the changeset viewer.