summaryrefslogtreecommitdiffstats
path: root/pk/ppe42/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pk/ppe42/Makefile')
-rw-r--r--pk/ppe42/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/pk/ppe42/Makefile b/pk/ppe42/Makefile
deleted file mode 100644
index 5bb2b566..00000000
--- a/pk/ppe42/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 pkppe42files.mk
-
-ifeq "$(PK_TIMER_SUPPORT)" "1"
-PPE42_OBJECTS += ${PPE42-TIMER-C-SOURCES:.c=.o} ${PPE42-TIMER-S-SOURCES:.S=.o}
-endif
-
-ifeq "$(PK_THREAD_SUPPORT)" "1"
-PPE42_OBJECTS += ${PPE42-THREAD-C-SOURCES:.c=.o} ${PPE42-THREAD-S-SOURCES:.S=.o}
-endif
-
-OBJS := $(addprefix $(OBJDIR)/, $(PPE42_OBJECTS))
-
-all: $(OBJS)
-
-$(OBJS) $(OBJS:.o=.d): | $(OBJDIR)
-
-$(OBJDIR):
- mkdir -p $(OBJDIR)
-
-ifneq ($(MAKECMDGOALS),clean)
-include $(OBJS:.o=.d)
-endif
OpenPOWER on IntegriCloud