aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/Makefile
diff options
context:
space:
mode:
authorBrian Swetland <swetland@google.com>2009-07-01 17:58:37 -0700
committerDaniel Walker <dwalker@codeaurora.org>2010-05-12 09:15:09 -0700
commit03e00cd350c6636b5f2a9854609fea93a5c7b677 (patch)
tree82c9fa41f1b21c1450500cb92577b17ed4ae8b45 /arch/arm/mach-msm/Makefile
parentec9d3d14ffa9454e6d51e5dd1889d6e9e0be5198 (diff)
downloadkernel_samsung_smdk4412-03e00cd350c6636b5f2a9854609fea93a5c7b677.zip
kernel_samsung_smdk4412-03e00cd350c6636b5f2a9854609fea93a5c7b677.tar.gz
kernel_samsung_smdk4412-03e00cd350c6636b5f2a9854609fea93a5c7b677.tar.bz2
[ARM] msm: cleanup smd, separate debugfs support
- pull debug code into smd_debug.c - move necessary structures and defines into smd_private.h - fix some comment formatting, etc Signed-off-by: Brian Swetland <swetland@google.com> Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/Makefile')
-rw-r--r--arch/arm/mach-msm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/Makefile b/arch/arm/mach-msm/Makefile
index d23fd0b..9c3c401 100644
--- a/arch/arm/mach-msm/Makefile
+++ b/arch/arm/mach-msm/Makefile
@@ -5,7 +5,7 @@ obj-y += vreg.o
obj-y += acpuclock-arm11.o
obj-y += clock.o clock-7x01a.o
-obj-$(CONFIG_MSM_SMD) += smd.o
+obj-$(CONFIG_MSM_SMD) += smd.o smd_debug.o
obj-$(CONFIG_MACH_TROUT) += board-trout.o
obj-$(CONFIG_MACH_HALIBUT) += board-halibut.o