summaryrefslogtreecommitdiff
path: root/nuttx/configs/skp16c26
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-18 14:06:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-18 14:06:57 +0000
commit6ca383f41682e3037cf9843e9e1605e94321f1f5 (patch)
treed1d54006ec6ad4d567a89be7fbb45ffbf10ea100 /nuttx/configs/skp16c26
parent7ba198934e41f5283467203549a14bbfdc2e0758 (diff)
downloadnuttx-6ca383f41682e3037cf9843e9e1605e94321f1f5.tar.gz
nuttx-6ca383f41682e3037cf9843e9e1605e94321f1f5.tar.bz2
nuttx-6ca383f41682e3037cf9843e9e1605e94321f1f5.zip
Refactor common make definitions to tools/Config.mk; Add verbosity option to build (Richard Cochran)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5160 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/skp16c26')
-rw-r--r--nuttx/configs/skp16c26/ostest/Make.defs23
1 files changed, 0 insertions, 23 deletions
diff --git a/nuttx/configs/skp16c26/ostest/Make.defs b/nuttx/configs/skp16c26/ostest/Make.defs
index bad496656..79f014013 100644
--- a/nuttx/configs/skp16c26/ostest/Make.defs
+++ b/nuttx/configs/skp16c26/ostest/Make.defs
@@ -74,29 +74,6 @@ ifeq ("${CONFIG_DEBUG_SYMBOLS}","y")
LDFLAGS += -g
endif
-define PREPROCESS
- @echo "CPP: $1->$2"
- @$(CPP) $(CPPFLAGS) $1 -o $2
-endef
-
-define COMPILE
- @echo "CC: $1"
- @$(CC) -c $(CFLAGS) $1 -o $2
-endef
-
-define ASSEMBLE
- @echo "AS: $1"
- @$(CC) -c $(AFLAGS) $1 -o $2
-endef
-
-define ARCHIVE
- echo "AR: $2"; \
- $(AR) $1 $2 || { echo "$(AR) $1 $2 FAILED!" ; exit 1 ; }
-endef
-
-define CLEAN
- @rm -f *.o *.a
-endef
MKDEP = $(TOPDIR)/tools/mkdeps.sh