64ac24e738
Semaphores are no longer performance-critical, so a generic C implementation is better for maintainability, debuggability and extensibility. Thanks to Peter Zijlstra for fixing the lockdep warning. Thanks to Harvey Harrison for pointing out that the unlikely() was unnecessary. Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Acked-by: Ingo Molnar <mingo@elte.hu>
15 lines
319 B
Makefile
15 lines
319 B
Makefile
# $Id: Makefile,v 1.12 2004/10/19 13:07:43 starvik Exp $
|
|
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
extra-y := vmlinux.lds
|
|
|
|
obj-y := process.o traps.o irq.o ptrace.o setup.o time.o sys_cris.o
|
|
|
|
obj-$(CONFIG_MODULES) += crisksyms.o
|
|
obj-$(CONFIG_MODULES) += module.o
|
|
obj-$(CONFIG_SYSTEM_PROFILER) += profile.o
|
|
|
|
clean:
|
|
|