diff options
Diffstat (limited to 'fs/proc/sprd_debug/Makefile')
| -rw-r--r-- | fs/proc/sprd_debug/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fs/proc/sprd_debug/Makefile b/fs/proc/sprd_debug/Makefile new file mode 100644 index 00000000..8425757f --- /dev/null +++ b/fs/proc/sprd_debug/Makefile @@ -0,0 +1,12 @@ +# +# Makefile for the Linux proc filesystem routines. +# + +obj-$(CONFIG_SPRD_DEBUG) += sprd_debug.o +obj-$(CONFIG_SPRD_UBOOT_LOG_DUMP) += sprd_uboot_log_dump.o +sprd_debug-$(CONFIG_SPRD_DEBUG_FRAME) += proc_sprd_debug_frame.o +sprd_debug-$(CONFIG_SPRD_DEBUG_PHYMEM_INFO) += proc_phymem.o +sprd_debug-$(CONFIG_SPRD_DEBUG_SCHED_LOG) += proc_sprd_debug.o +sprd_debug-$(CONFIG_SPRD_DEBUG_USRPROCMEM_INFO) += proc_usermeminfo.o +sprd_debug-$(CONFIG_SPRD_DEBUG_USRPROCSTACK_INFO) += proc_userstack.o +sprd_debug-$(CONFIG_SPRD_DEBUG_CPU_RATE) += proc_cpu_usage.o |
