From 6ca383f41682e3037cf9843e9e1605e94321f1f5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 18 Sep 2012 14:06:57 +0000 Subject: 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 --- nuttx/configs/z80sim/ostest/Make.defs | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'nuttx/configs/z80sim/ostest/Make.defs') diff --git a/nuttx/configs/z80sim/ostest/Make.defs b/nuttx/configs/z80sim/ostest/Make.defs index f19ae8dd5..4905e82a3 100644 --- a/nuttx/configs/z80sim/ostest/Make.defs +++ b/nuttx/configs/z80sim/ostest/Make.defs @@ -79,26 +79,6 @@ OBJEXT = .o LIBEXT = .lib EXEEXT = .hex -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" - @$(AS) $(ASFLAGS) $2 $1 -endef - -define ARCHIVE - echo "AR: $2"; \ - $(AR) $1 $2 || { echo "$(AR) $1 $2 FAILED!" ; exit 1 ; } -endef - define CLEAN @rm -f *.o *.asm *.rel *.lst *.rst *.sym *.adb *.lnk *.map *.mem *.hex endef -- cgit v1.2.3