This commit was manufactured by cvs2svn to create branch
[linux-2.6.git] / kernel / ckrm / rbce / Makefile
1 #
2 # Makefile for CKRM
3 #
4
5 obj-$(CONFIG_CKRM_RBCE) += rbce.o 
6 rbce-objs := rbcemod.o rbce_fs.o
7  
8 obj-$(CONFIG_CKRM_CRBCE) += crbce.o 
9 crbce-objs := crbcemod.o rbce_fs.o
10
11 CFLAGS_crbcemod.o += -DRBCE_EXTENSION   # compile rbcemod.c into crbce
12 CFLAGS_crbcemod.o += -DRBCE_DO_SAMPLE   # disable if sampling not desired
13 CFLAGS_crbcemod.o += -DRBCE_DO_DELAY    # disable if delay info not desired