cpuidle: Check the result of cpuidle_get_driver() against NULL
[linux-block.git] / drivers / staging / lustre / lustre / libcfs / Makefile
1 obj-$(CONFIG_LUSTRE_FS) += libcfs.o
2
3 libcfs-linux-objs := linux-tracefile.o linux-debug.o
4 libcfs-linux-objs += linux-prim.o linux-cpu.o
5 libcfs-linux-objs += linux-tcpip.o
6 libcfs-linux-objs += linux-proc.o linux-curproc.o
7 libcfs-linux-objs += linux-module.o
8 libcfs-linux-objs += linux-crypto.o
9 libcfs-linux-objs += linux-crypto-adler.o
10
11 libcfs-linux-objs := $(addprefix linux/,$(libcfs-linux-objs))
12
13 libcfs-all-objs := debug.o fail.o nidstrings.o module.o tracefile.o \
14                    watchdog.o libcfs_string.o hash.o kernel_user_comm.o \
15                    prng.o workitem.o upcall_cache.o libcfs_cpu.o \
16                    libcfs_mem.o libcfs_lock.o
17
18 libcfs-objs := $(libcfs-linux-objs) $(libcfs-all-objs)
19
20 ccflags-y := -I$(src)/../include
21 ccflags-y += -I$(src)/