summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-11 22:40:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-11 22:40:09 +0000
commit097fc3af9818099ae912de57fb504c4faf1dfc7a (patch)
treefdcb16bc152f9944cfb2ab9cbe3cdd2701d4db55 /nuttx/configs
parent3b0eb489665d4d8422d34309a13b20fcf65f637a (diff)
downloadpx4-nuttx-097fc3af9818099ae912de57fb504c4faf1dfc7a.tar.gz
px4-nuttx-097fc3af9818099ae912de57fb504c4faf1dfc7a.tar.bz2
px4-nuttx-097fc3af9818099ae912de57fb504c4faf1dfc7a.zip
Fix some ZDS-II compile errors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@554 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/z16f2800100zcog/src/Makefile4
-rw-r--r--nuttx/configs/z16f2800100zcog/src/z16f_lowinit.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/configs/z16f2800100zcog/src/Makefile b/nuttx/configs/z16f2800100zcog/src/Makefile
index 0de50c802..85997d0bd 100644
--- a/nuttx/configs/z16f2800100zcog/src/Makefile
+++ b/nuttx/configs/z16f2800100zcog/src/Makefile
@@ -37,13 +37,13 @@
ARCHSRCDIR = $(TOPDIR)/arch/$(CONFIG_ARCH)/src
WARCHSRCDIR = ${shell cygpath -w $(ARCHSRCDIR)}
-USRINCLUDES = -usrinc:'.;$(WTOPDIR)\sched;$(WARCHSRCDIR)\chip;$(WARCHSRCDIR)\common'
+USRINCLUDES = -usrinc:'.;$(WTOPDIR)\sched;$(WARCHSRCDIR);$(WARCHSRCDIR)/common'
INCLUDES = $(ARCHSTDINCLUDES) $(USRINCLUDES)
CFLAGS = $(ARCHWARNINGS) $(ARCHOPTIMIZATION) $(ARCHCPUFLAGS) $(INCLUDES) $(ARCHDEFINES)
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
-CSRCS = z16_lowinit.c
+CSRCS = z16f_lowinit.c
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)
diff --git a/nuttx/configs/z16f2800100zcog/src/z16f_lowinit.c b/nuttx/configs/z16f2800100zcog/src/z16f_lowinit.c
index 258cb4630..71744134c 100644
--- a/nuttx/configs/z16f2800100zcog/src/z16f_lowinit.c
+++ b/nuttx/configs/z16f2800100zcog/src/z16f_lowinit.c
@@ -39,6 +39,8 @@
* Included Files
***************************************************************************/
+#include "chip/chip.h"
+
/***************************************************************************
* Definitions
***************************************************************************/