summaryrefslogtreecommitdiffstats
path: root/pk/trace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pk/trace/Makefile')
-rw-r--r--pk/trace/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/pk/trace/Makefile b/pk/trace/Makefile
deleted file mode 100644
index 69e95ebd..00000000
--- a/pk/trace/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# This Makefile is designed to be invoked with the -I argument set to
-# the location of the "pk.mk" for the build
-
-include img_defs.mk
-include pktracefiles.mk
-
-ifeq "$(PK_TIMER_SUPPORT)" "1"
-PKTRACE_OBJECTS += ${PKTRACE-TIMER-C-SOURCES:.c=.o} ${PKTRACE-TIMER-S-SOURCES:.S=.o}
-endif
-
-ifeq "$(PK_THREAD_SUPPORT)" "1"
-PKTRACE_OBJECTS += ${PKTRACE-THREAD-C-SOURCES:.c=.o} ${PKTRACE-THREAD-S-SOURCES:.S=.o}
-endif
-
-OBJS := $(addprefix $(OBJDIR)/, $(PKTRACE_OBJECTS))
-
-all: $(OBJS)
-
-$(OBJS) $(OBJS:.o=.d): | $(OBJDIR)
-
-$(OBJDIR):
- mkdir -p $(OBJDIR)
-
-ifneq ($(MAKECMDGOALS),clean)
-include $(OBJS:.o=.d)
-endif
OpenPOWER on IntegriCloud