tizen 2.4 release
[profile/mobile/platform/kernel/linux-3.10-sc7730.git] / kernel / swap / us_manager / 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_us_manager.o
15 swap_us_manager-y := us_manager.o us_slot_manager.o helper.o debugfs_us_manager.o \
16                      sspt/ip.o sspt/sspt_page.o sspt/sspt_file.o sspt/sspt_proc.o \
17                      sspt/sspt_feature.o sspt/sspt_filter.o \
18                      pf/proc_filters.o pf/pf_group.o \
19                      img/img_proc.o img/img_file.o img/img_ip.o \
20                      probes/probes.o \
21                      probes/probe_info_new.o \
22                      callbacks.o