diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-05-09 23:00:39 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-05-09 23:00:39 -0700 |
commit | e4cf1aceb0e76187a6143218a73a1187b6681613 (patch) | |
tree | d8761346f29822a343373bce4cc25e0cc4237caf /libpthread/nptl/sysdeps/powerpc | |
parent | e3dec33ba03ef7080a39444388a01e59135bb3aa (diff) |
powerpc/Makefile.arch: Add objclean and headers_clean targets for NPTL.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/powerpc')
-rw-r--r-- | libpthread/nptl/sysdeps/powerpc/Makefile.arch | 2 |
1 files changed, 2 insertions, 0 deletions
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. |