diff options
Diffstat (limited to 'arch/ppc64/lib/Makefile')
-rw-r--r-- | arch/ppc64/lib/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/ppc64/lib/Makefile b/arch/ppc64/lib/Makefile index f29e7655995..87c2ff5e188 100644 --- a/arch/ppc64/lib/Makefile +++ b/arch/ppc64/lib/Makefile @@ -5,9 +5,4 @@ lib-y := string.o strcase.o lib-y += memcpy.o usercopy.o -# Lock primitives are defined as no-ops in include/linux/spinlock.h -# for non-SMP configs. Don't build the real versions. - -lib-$(CONFIG_SMP) += locks.o - lib-$(CONFIG_DEBUG_KERNEL) += sstep.o |