Remove references to CONFIG_PROFILE. Kernel profiling is no longer a
[linux-2.6/linux-mips.git] / fs / lockd / Makefile
blobceab1f46678741c3677fd5d6e4b4e8e93680fda6
2 # Makefile for the linux lock manager stuff
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (ie not a .c file).
8 # Note 2! The CFLAGS definitions are now in the main makefile...
10 O_TARGET := lockd.o
11 O_OBJS := clntlock.o clntproc.o host.o svc.o svclock.o svcshare.o \
12 svcproc.o svcsubs.o mon.o xdr.o
14 ifdef CONFIG_LOCKD_V4
15 O_OBJS += xdr4.o svc4proc.o
16 endif
18 OX_OBJS := lockd_syms.o
19 M_OBJS := $(O_TARGET)
21 include $(TOPDIR)/Rules.make