mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 01:39:44 +08:00
Compal e86 NSH: Fix numerous typos in Make.defs
This commit is contained in:
@@ -44,17 +44,16 @@ ifeq ($(WINTOOL),y)
|
||||
DIRLINK = $(TOPDIR)/tools/copydir.sh
|
||||
DIRUNLINK = $(TOPDIR)/tools/unlink.sh
|
||||
MKDEP = $(TOPDIR)/tools/mknulldeps.sh
|
||||
ARCHINCLUDES = -I. -I "${shell cygpath -w $(OSMODIR)/src/shared/libosmocore/include} -isystem "${shell cygpath -w $(TOPDIR)/include}"
|
||||
ARCHXXINCLUDES = -I. -I "${shell cygpath -w $(OSMODIR)/src/shared/libosmocore/include} -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}"
|
||||
ARCHINCLUDES = -I. -I "${shell cygpath -w $(OSMODIR)/src/shared/libosmocore/include}" -isystem "${shell cygpath -w $(TOPDIR)/include}"
|
||||
ARCHXXINCLUDES = -I. -I "${shell cygpath -w $(OSMODIR)/src/shared/libosmocore/include}" -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}"
|
||||
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
|
||||
|
||||
ifeq ("${CONFIG_SERCOMM_CONSOLE}","y")
|
||||
OSMODIR = "${shell cygpath -w $(TOPDIR)/../../osmocom-bb}
|
||||
EXTRA_LIBS = "${shell cygpath -w $(OSMODIR)/src/target/firmware/comm/libcomm.a} \
|
||||
"${shell cygpath -w $(OSMODIR)/src/shared/libosmocore/build-target/src/.libs/libosmocore.a} \
|
||||
"${shell cygpath -w $(OSMODIR)/src/target/firmware/calypso/libcalypso.a} \
|
||||
"${shell cygpath -w $(OSMODIR)/src/target/firmware/comm/libcomm.a}
|
||||
# ^^^ Stupid hack! Why do I have to put it twice???
|
||||
OSMODIR = "${shell cygpath -w $(TOPDIR)/../../osmocom-bb}"
|
||||
EXTRA_LIBS = "${shell cygpath -w $(OSMODIR)/src/target/firmware/comm/libcomm.a}" \
|
||||
"${shell cygpath -w $(OSMODIR)/src/shared/libosmocore/build-target/src/.libs/libosmocore.a}" \
|
||||
"${shell cygpath -w $(OSMODIR)/src/target/firmware/calypso/libcalypso.a}" \
|
||||
"${shell cygpath -w $(OSMODIR)/src/target/firmware/comm/libcomm.a}"
|
||||
endif
|
||||
else
|
||||
# Linux/Cygwin-native toolchain
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user