From b178fec3d84131c06bb015d60533a1b704650008 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 10 May 2011 15:50:23 +0000 Subject: Pascal now installs in the apps/ directory git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3583 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/pashello/Makefile | 7 ------- apps/examples/pashello/pashello.c | 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) (limited to 'apps/examples/pashello') diff --git a/apps/examples/pashello/Makefile b/apps/examples/pashello/Makefile index f392e1b23..44830eee2 100644 --- a/apps/examples/pashello/Makefile +++ b/apps/examples/pashello/Makefile @@ -39,13 +39,6 @@ include $(APPDIR)/Make.defs # Pascal Add-On Example -ifeq ($(WINTOOL),y) -INCDIROPT = -w -endif - -CFLAGS += ${shell $(TOPDIR)/tools/incdir.sh $(INCDIROPT) "$(CC)" $(TOPDIR)/pcode/include } -CFLAGS += ${shell $(TOPDIR)/tools/incdir.sh $(INCDIROPT) "$(CC)" $(TOPDIR)/pcode/insn/include} - ASRCS = CSRCS = pashello.c device.c diff --git a/apps/examples/pashello/pashello.c b/apps/examples/pashello/pashello.c index 9ebe68a27..ae19c94f5 100644 --- a/apps/examples/pashello/pashello.c +++ b/apps/examples/pashello/pashello.c @@ -43,8 +43,8 @@ #include #include -#include "pexec.h" -#include "pedefs.h" +#include "apps/pcode/insn/pexec.h" +#include "apps/pcode/pedefs.h" #include "pashello.h" /**************************************************************************** -- cgit v1.2.3