From: Arnie Reynoso Date: Fri, 13 Feb 2015 16:37:55 +0000 (-0800) Subject: Android: Update to LADs makefile after cfg file move X-Git-Tag: 3.35.00.05~19 X-Git-Url: https://git.ti.com/gitweb?p=ipc%2Fipcdev.git;a=commitdiff_plain;h=7d16a12188f6e8b1d35d94816e3cb7309800829c Android: Update to LADs makefile after cfg file move LAD config files were moved into a cfg folder. Updated the Android.mk file to reflect the move and included the addition of a MessageQCfg.c file. --- diff --git a/android/src/daemon/Android.mk b/android/src/daemon/Android.mk index 0374812..e90c591 100644 --- a/android/src/daemon/Android.mk +++ b/android/src/daemon/Android.mk @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2014, Texas Instruments Incorporated +# Copyright (c) 2013-2015, Texas Instruments Incorporated # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -46,11 +46,12 @@ LOCAL_SRC_FILES:= $(IPC_ROOT)/linux/src/daemon/lad.c \ $(IPC_ROOT)/linux/src/daemon/MessageQ_daemon.c \ $(IPC_ROOT)/linux/src/daemon/MultiProc_daemon.c \ $(IPC_ROOT)/linux/src/daemon/NameServer_daemon.c \ - $(IPC_ROOT)/linux/src/daemon/MultiProcCfg_dra7xx.c \ + $(IPC_ROOT)/linux/src/daemon/cfg/MultiProcCfg_dra7xx.c \ $(IPC_ROOT)/linux/src/daemon/GateMP_daemon.c \ $(IPC_ROOT)/linux/src/daemon/GateHWSpinlock.c \ $(IPC_ROOT)/linux/src/daemon/GateHWSpinlock_daemon.c \ - $(IPC_ROOT)/linux/src/daemon/GateHWSpinlockCfg_dra7xx.c \ + $(IPC_ROOT)/linux/src/daemon/cfg/GateHWSpinlockCfg_dra7xx.c \ + $(IPC_ROOT)/linux/src/daemon/cfg/MessageQCfg.c \ $(IPC_ROOT)/linux/src/api/gates/GateMutex.c LOCAL_SHARED_LIBRARIES := \