tizen 2.4 release
[profile/mobile/platform/kernel/linux-3.10-sc7730.git] / kernel / swap / nsp / Makefile
1 ccflags-y := -Ikernel/swap
2
3 ifeq ($(CONFIG_ARM), y)
4     link = arm
5 endif
6
7 ifeq ($(CONFIG_X86), y)
8     link = x86
9 endif
10
11 ccflags-y += -Ikernel/swap/kprobe/arch/$(link) \
12              -Ikernel/swap/uprobe/arch/$(link)
13
14 obj-$(CONFIG_SWAP_DA) := swap_nsp.o
15 swap_nsp-y := \
16         nsp_module.o \
17         nsp.o \
18         nsp_msg.o \
19         nsp_tdata.o \
20         nsp_debugfs.o