From: Khem Raj Date: Mon, 10 May 2010 06:00:39 +0000 (-0700) Subject: powerpc/Makefile.arch: Add objclean and headers_clean targets for NPTL. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e4cf1aceb0e76187a6143218a73a1187b6681613;p=uclinux-h8%2Fuclibc-ng.git powerpc/Makefile.arch: Add objclean and headers_clean targets for NPTL. Signed-off-by: Khem Raj --- diff --git a/libpthread/nptl/sysdeps/powerpc/Makefile.arch b/libpthread/nptl/sysdeps/powerpc/Makefile.arch index bd34063b5..71695c88b 100644 --- a/libpthread/nptl/sysdeps/powerpc/Makefile.arch +++ b/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.