Ignore:
Timestamp:
Apr 5, 2019, 9:26:53 PM (5 years ago)
Author:
coas-nagasima
Message:

mbed関連を更新
シリアルドライバをmbedのHALを使うよう変更
ファイルディスクリプタの処理を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_rx/trunk/bnep_bridge/Debug/Makefile

    r365 r374  
    155155
    156156#
     157#  mbedサービスの定義
     158#
     159
     160include $(SRCDIR)/mbed/Makefile.mbed
     161
     162#
    157163#  共通コンパイルオプションの定義
    158164#
     
    180186
    181187APPLDIRS := $(APPLDIRS) ../../ntshell/tlsf ../../ntshell/fatfs ../../ntshell/ntshell ../../ntshell/ntshell/core ../../ntshell/ntshell/util ../../ntshell/src
    182 APPL_COBJS := $(APPL_COBJS) ntshell_main.o mbed_api.o fdtable.o io_stub.o ffarch.o diskio.o ff.o mmc_rspi.o ccsbcs.o ntshell.o text_editor.o text_history.o usrcmd.o vtrecv.o vtsend.o ntlibc.o ntstdio.o ntopt.o syscall.o tlsf.o
     188APPL_COBJS := $(APPL_COBJS) ntshell_main.o fdtable.o io_stub.o ffarch.o diskio.o ff.o mmc_rspi.o ccsbcs.o ntshell.o text_editor.o text_history.o usrcmd.o vtrecv.o vtsend.o ntlibc.o ntstdio.o ntopt.o syscall.o tlsf.o
    183189
    184190#
     
    194200ifdef USE_CXX
    195201        APPL_CXXOBJS := main.o
    196         APPL_COBJS := $(APPL_COBJS) ether_phy.o if_btusb.o if_rx62n.o nap_main.o panu_main.o
    197 else
    198         APPL_COBJS := $(APPL_COBJS) main.o ether_phy.o if_btusb.o if_rx62n.o nap_main.o panu_main.o
     202        APPL_COBJS := $(APPL_COBJS) ether_phy.o if_btusb.o if_rx62n.o bt_main.o
     203else
     204        APPL_COBJS := $(APPL_COBJS) main.o ether_phy.o if_btusb.o if_rx62n.o bt_main.o
    199205endif
    200206APPL_COBJS := $(APPL_COBJS) log_output.o vasyslog.o t_perror.o strerror.o
Note: See TracChangeset for help on using the changeset viewer.