mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +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
|
DIRLINK = $(TOPDIR)/tools/copydir.sh
|
||||||
DIRUNLINK = $(TOPDIR)/tools/unlink.sh
|
DIRUNLINK = $(TOPDIR)/tools/unlink.sh
|
||||||
MKDEP = $(TOPDIR)/tools/mknulldeps.sh
|
MKDEP = $(TOPDIR)/tools/mknulldeps.sh
|
||||||
ARCHINCLUDES = -I. -I "${shell cygpath -w $(OSMODIR)/src/shared/libosmocore/include} -isystem "${shell cygpath -w $(TOPDIR)/include}"
|
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}"
|
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)}"
|
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
|
||||||
|
|
||||||
ifeq ("${CONFIG_SERCOMM_CONSOLE}","y")
|
ifeq ("${CONFIG_SERCOMM_CONSOLE}","y")
|
||||||
OSMODIR = "${shell cygpath -w $(TOPDIR)/../../osmocom-bb}
|
OSMODIR = "${shell cygpath -w $(TOPDIR)/../../osmocom-bb}"
|
||||||
EXTRA_LIBS = "${shell cygpath -w $(OSMODIR)/src/target/firmware/comm/libcomm.a} \
|
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/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/calypso/libcalypso.a}" \
|
||||||
"${shell cygpath -w $(OSMODIR)/src/target/firmware/comm/libcomm.a}
|
"${shell cygpath -w $(OSMODIR)/src/target/firmware/comm/libcomm.a}"
|
||||||
# ^^^ Stupid hack! Why do I have to put it twice???
|
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
# Linux/Cygwin-native toolchain
|
# Linux/Cygwin-native toolchain
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user