diff options
Diffstat (limited to 'libc/string/Makefile')
-rw-r--r-- | libc/string/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/Makefile b/libc/string/Makefile index 2ec8a43be..19c62b32d 100644 --- a/libc/string/Makefile +++ b/libc/string/Makefile @@ -23,7 +23,7 @@ DIRS= ifeq ($(TARGET_ARCH),$(wildcard $(TARGET_ARCH))) DIRS = $(TARGET_ARCH) endif -ALL_SUBDIRS = i386 arm sh64 +ALL_SUBDIRS = i386 arm sh64 powerpc MSRC= wstring.c MOBJ= basename.o bcopy.o bzero.o dirname.o ffs.o memccpy.o memchr.o memcmp.o \ |