Last active
August 29, 2015 14:11
-
-
Save invisiblek/3e14b1b5a470a34ade92 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/arch/arm/mach-msm/Makefile b/arch/arm/mach-msm/Makefile | |
index 98b6c67..955413c 100644 | |
--- a/arch/arm/mach-msm/Makefile | |
+++ b/arch/arm/mach-msm/Makefile | |
@@ -134,7 +134,7 @@ obj-$(CONFIG_MSM_ONCRPCROUTER) += smd_rpcrouter_device.o | |
obj-$(CONFIG_MSM_IPC_ROUTER) += ipc_router.o | |
obj-$(CONFIG_MSM_IPC_ROUTER)+= ipc_socket.o | |
obj-$(CONFIG_MSM_IPC_ROUTER_SECURITY)+= msm_ipc_router_security.o | |
-obj-$(CONFIG_DEBUG_FS) += smd_rpc_sym.o | |
+obj-$(CONFIG_DEBUG_FS) += ./smd_rpc_sym.o | |
obj-$(CONFIG_MSM_ONCRPCROUTER) += smd_rpcrouter_servers.o | |
obj-$(CONFIG_MSM_ONCRPCROUTER) += smd_rpcrouter_clients.o | |
obj-$(CONFIG_MSM_ONCRPCROUTER) += smd_rpcrouter_xdr.o |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment