Ignore:
Timestamp:
May 22, 2019, 4:09:18 PM (5 years ago)
Author:
coas-nagasima
Message:

ファイルディスクリプタ処理を更新

File:
1 edited

Legend:

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

    r374 r387  
    5858        LIBS = $(SRCDIR)/../musl-1.1.18/Debug/libmusl.a \
    5959                $(SRCDIR)/../btstack/Debug/libbtstack.a \
    60                 $(SRCDIR)/../usbhost/Debug/libusbhost.a
     60                $(SRCDIR)/../usbhost/Debug/libusbhost.a \
     61                $(SRCDIR)/../zlib-1.2.11/Debug/libzlib.a
    6162endif
    6263ifeq ($(SRCLANG),c++)
     
    185186CFLAGS = $(COPTS) $(CDEFS) $(INCLUDES)
    186187
    187 APPLDIRS := $(APPLDIRS) ../../ntshell/tlsf ../../ntshell/fatfs ../../ntshell/ntshell ../../ntshell/ntshell/core ../../ntshell/ntshell/util ../../ntshell/src
    188 APPL_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
     188APPLDIRS := $(APPLDIRS) ../../ntshell/fatfs ../../ntshell/ntshell ../../ntshell/ntshell/core ../../ntshell/ntshell/util ../../ntshell/src
     189APPL_COBJS := $(APPL_COBJS) ntshell_main.o fdtable.o stdio_stub.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
    189190
    190191#
Note: See TracChangeset for help on using the changeset viewer.