summaryrefslogtreecommitdiff
path: root/klibc/klibc/arch/ppc/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'klibc/klibc/arch/ppc/Makefile.inc')
-rw-r--r--klibc/klibc/arch/ppc/Makefile.inc22
1 files changed, 0 insertions, 22 deletions
diff --git a/klibc/klibc/arch/ppc/Makefile.inc b/klibc/klibc/arch/ppc/Makefile.inc
deleted file mode 100644
index c6bb975f0f..0000000000
--- a/klibc/klibc/arch/ppc/Makefile.inc
+++ /dev/null
@@ -1,22 +0,0 @@
-# -*- makefile -*-
-#
-# arch/ppc/Makefile.inc
-#
-# Special rules for this architecture. Note that this is actually
-# included from the main Makefile, and that pathnames should be
-# accordingly.
-#
-
-ARCHOBJS = \
- arch/$(ARCH)/setjmp.o \
- arch/$(ARCH)/syscall.o \
- libgcc/__divdi3.o \
- libgcc/__moddi3.o \
- libgcc/__udivdi3.o \
- libgcc/__umoddi3.o \
- libgcc/__udivmoddi4.o
-
-
-ARCHSOOBJS = $(patsubst %.o,%.lo,$(ARCHOBJS))
-
-archclean: