Browse Source

powerpc/Makefile.arch: Add objclean and headers_clean targets for NPTL.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 15 years ago
parent
commit
e4cf1aceb0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      libpthread/nptl/sysdeps/powerpc/Makefile.arch

+ 2 - 0
libpthread/nptl/sysdeps/powerpc/Makefile.arch

@@ -24,6 +24,8 @@ libpthread-so-y += $(PTHREAD_ARCH_OBJ:.o=.oS)
 libpthread-nomulti-y += $(PTHREAD_ARCH_OBJ)
 
 CFLAGS-powerpc = $(SSP_ALL_CFLAGS)
+objclean-y += nptl_arch_objclean
+headers_clean-y += nptl_arch_headers_clean
 
 #
 # Create 'tcb-offsets.h' header file.