summaryrefslogtreecommitdiff
path: root/nuttx/configs/qemu-i486/ostest/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/qemu-i486/ostest/Make.defs')
-rw-r--r--nuttx/configs/qemu-i486/ostest/Make.defs23
1 files changed, 0 insertions, 23 deletions
diff --git a/nuttx/configs/qemu-i486/ostest/Make.defs b/nuttx/configs/qemu-i486/ostest/Make.defs
index 1bd0b63d6..fa7dc7bf8 100644
--- a/nuttx/configs/qemu-i486/ostest/Make.defs
+++ b/nuttx/configs/qemu-i486/ostest/Make.defs
@@ -103,29 +103,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