summaryrefslogtreecommitdiff
path: root/nuttx/configs/c5471evm
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-03 10:52:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-03 10:52:02 -0600
commit0cbc3846185129ddde85de5d18c6b5213e1f7e78 (patch)
treeda21855ba93eeffc88d5105818916fa1aea10b69 /nuttx/configs/c5471evm
parent1e1b9f831ff18c148d922455d373cb6316515fbc (diff)
downloadpx4-nuttx-0cbc3846185129ddde85de5d18c6b5213e1f7e78.tar.gz
px4-nuttx-0cbc3846185129ddde85de5d18c6b5213e1f7e78.tar.bz2
px4-nuttx-0cbc3846185129ddde85de5d18c6b5213e1f7e78.zip
configs/olimex-strp711/nettest: Converted to use kconfig-frontends tools
Diffstat (limited to 'nuttx/configs/c5471evm')
-rw-r--r--nuttx/configs/c5471evm/src/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/nuttx/configs/c5471evm/src/Makefile b/nuttx/configs/c5471evm/src/Makefile
index 9bcd416e9..cf920133e 100644
--- a/nuttx/configs/c5471evm/src/Makefile
+++ b/nuttx/configs/c5471evm/src/Makefile
@@ -45,18 +45,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
-ARCH_SRCDIR = $(TOPDIR)/arch/$(CONFIG_ARCH)/src
+ARCH_SRCDIR = $(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)src
-ifeq ($(CONFIG_WINDOWS_NATIVE),y)
- CFLAGS += -I$(ARCH_SRCDIR)\chip -I$(ARCH_SRCDIR)\common -I$(ARCH_SRCDIR)\arm
-else
ifeq ($(WINTOOL),y)
CFLAGS += -I "${shell cygpath -w $(ARCH_SRCDIR)/chip}" \
-I "${shell cygpath -w $(ARCH_SRCDIR)/common}" \
-I "${shell cygpath -w $(ARCH_SRCDIR)/arm}"
else
- CFLAGS += -I$(ARCH_SRCDIR)/chip -I$(ARCH_SRCDIR)/common -I$(ARCH_SRCDIR)/arm
-endif
+ CFLAGS += -I $(ARCH_SRCDIR)$(DELIM)chip -I $(ARCH_SRCDIR)$(DELIM)common -I $(ARCH_SRCDIR)$(DELIM)arm
endif
all: libboard$(LIBEXT)