From 5bd8df9d37f1ed4e504ff6b43545ba8300cd2de1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 26 Nov 2008 18:59:14 +0000 Subject: Need pre-processor support for auto-generation of source file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1312 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/xtrs/nsh/Make.defs | 5 +++++ nuttx/configs/xtrs/ostest/Make.defs | 5 +++++ nuttx/configs/xtrs/pashello/Make.defs | 5 +++++ 3 files changed, 15 insertions(+) (limited to 'nuttx/configs/xtrs') diff --git a/nuttx/configs/xtrs/nsh/Make.defs b/nuttx/configs/xtrs/nsh/Make.defs index f73855d2a..5b35cd8b4 100644 --- a/nuttx/configs/xtrs/nsh/Make.defs +++ b/nuttx/configs/xtrs/nsh/Make.defs @@ -67,6 +67,11 @@ OBJEXT = .o LIBEXT = .lib EXEEXT = .cmd +define PREPROCESS + @echo "CPP: $1->$2" + @$(CPP) $(CPPFLAGS) $1 -o $2 +endef + define COMPILE @echo "CC: $1" @$(CC) -c $(CFLAGS) $1 -o $2 diff --git a/nuttx/configs/xtrs/ostest/Make.defs b/nuttx/configs/xtrs/ostest/Make.defs index 561fce02e..3b77c2951 100644 --- a/nuttx/configs/xtrs/ostest/Make.defs +++ b/nuttx/configs/xtrs/ostest/Make.defs @@ -67,6 +67,11 @@ OBJEXT = .o LIBEXT = .lib EXEEXT = .cmd +define PREPROCESS + @echo "CPP: $1->$2" + @$(CPP) $(CPPFLAGS) $1 -o $2 +endef + define COMPILE @echo "CC: $1" @$(CC) -c $(CFLAGS) $1 -o $2 diff --git a/nuttx/configs/xtrs/pashello/Make.defs b/nuttx/configs/xtrs/pashello/Make.defs index 561fce02e..3b77c2951 100644 --- a/nuttx/configs/xtrs/pashello/Make.defs +++ b/nuttx/configs/xtrs/pashello/Make.defs @@ -67,6 +67,11 @@ OBJEXT = .o LIBEXT = .lib EXEEXT = .cmd +define PREPROCESS + @echo "CPP: $1->$2" + @$(CPP) $(CPPFLAGS) $1 -o $2 +endef + define COMPILE @echo "CC: $1" @$(CC) -c $(CFLAGS) $1 -o $2 -- cgit v1.2.3